Html Css Color HEX #053385 Smalt

📋 copy color: '#053385'

red 5 ◦ green 51 ◦ blue 133

#053385
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #053385

Tints of Smalt #053385

RGB

 RED value IS 5 (2.34% from 255) = 2.65%

 GREEN value IS 51 (20.31% from 255) = 26.98%

 BLUE value IS 133 (52.34% from 255) = 70.37%

R = 2.65%
G = 26.98%
B = 70.37%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#053385 (or 0x053385) is known color: Smalt. HEX triplet: 05, 33 and 85. RGB value is (5,51,133). Sum of RGB (Red+Green+Blue) = 5+51+133=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 133 (52.34% from 255 or 70.37% from 189); Max value from RGB is 133 - color contains mainly: blue. Hex color #053385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053385 is #FACC7A. Grayscale: #2E2E2E. Windows color (decimal): -16436347 or 8729349. OLE color: 8729349.

HSL color Cylindrical-coordinate representation of color #053385: hue angle of 218.44º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053385 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 51 133 -
CMYK 0.96 0.62 0 0.48
HSL 218.44º 0.93% 0.27% -
HSV(B) 218.44º 0.96% 0.52% -
XYZ 5.48 4.09 22.69 -
YUV 46.59 176.76 98.33 -
System Red Green Blue C M Y K H S L
Decimal 5 51 133 0.96 0.62 0 0.48 218.44 0.93 0.27
Hex 5 33 85 60 3E 0 30 DA 5D 1B
Octal 5 63 205 140 76 0 60 332 135 33
Binary 101 110011 10000101 1100000 111110 0 110000 11011010 1011101 11011

Color Harmonies of #053385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053385

Black with #053385

Text Example


Text Example

White with #053385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053385; }

 p { color: rgb(5,51,133); }

 H1.HeaderClassName
 {
   color: #053385;
 }
 .AnyTagClassName
 {
   color: #053385;
 }
</style>

background-color css

<style>
 a { background-color: #053385; }

 a { background-color: rgb(5,51,133); }

 div.DivClassName
 {
   background-color: #053385;
 }
 .BgClassName
 {
   background-color: #053385;
 }
</style>

border-color css

<style>
 span { border-color: #053385; }

 span { border-color: rgb(5,51,133); }

 td.TdClassName
 {
   border-color: #053385;
 }
 .TagClassName
 {
   border-color: #053385;
 }
</style>