Html Css Color HEX #053288 Smalt

📋 copy color: '#053288'

red 5 ◦ green 50 ◦ blue 136

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

Shades of Smalt #053288

Tints of Smalt #053288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.18%

 BLUE value IS 136 (53.52% from 255) = 71.2%

R = 2.62%
G = 26.18%
B = 71.2%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#053288 (or 0x053288) is known color: Smalt. HEX triplet: 05, 32 and 88. RGB value is (5,50,136). Sum of RGB (Red+Green+Blue) = 5+50+136=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 136 (53.52% from 255 or 71.20% from 191); Max value from RGB is 136 - color contains mainly: blue. Hex color #053288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053288 is #FACD77. Grayscale: #2D2D2D. Windows color (decimal): -16436600 or 8925701. OLE color: 8925701.

HSL color Cylindrical-coordinate representation of color #053288: hue angle of 219.39º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053288 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 50 136 -
CMYK 0.96 0.63 0 0.47
HSL 219.39º 0.93% 0.28% -
HSV(B) 219.39º 0.96% 0.53% -
XYZ 5.65 4.09 23.78 -
YUV 46.35 178.59 98.51 -
System Red Green Blue C M Y K H S L
Decimal 5 50 136 0.96 0.63 0 0.47 219.39 0.93 0.28
Hex 5 32 88 60 3F 0 2F DB 5D 1C
Octal 5 62 210 140 77 0 57 333 135 34
Binary 101 110010 10001000 1100000 111111 0 101111 11011011 1011101 11100

Color Harmonies of #053288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053288

Black with #053288

Text Example


Text Example

White with #053288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053288; }

 p { color: rgb(5,50,136); }

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

background-color css

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

 a { background-color: rgb(5,50,136); }

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

border-color css

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

 span { border-color: rgb(5,50,136); }

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