Html Css Color HEX #053578 Dark Cerulean

📋 copy color: '#053578'

red 5 ◦ green 53 ◦ blue 120

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

Shades of Dark Cerulean #053578

Tints of Dark Cerulean #053578

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.78%

 BLUE value IS 120 (47.27% from 255) = 67.42%

R = 2.81%
G = 29.78%
B = 67.42%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#053578 (or 0x053578) is known color: Dark Cerulean. HEX triplet: 05, 35 and 78. RGB value is (5,53,120). Sum of RGB (Red+Green+Blue) = 5+53+120=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 120 (47.27% from 255 or 67.42% from 178); Max value from RGB is 120 - color contains mainly: blue. Hex color #053578 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053578 is #FACA87. Grayscale: #2D2D2D. Windows color (decimal): -16435848 or 7877893. OLE color: 7877893.

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

Color convert

RGB 5 53 120 -
CMYK 0.96 0.56 0 0.53
HSL 214.96º 0.92% 0.25% -
HSV(B) 214.96º 0.96% 0.47% -
XYZ 4.73 3.93 18.28 -
YUV 46.29 169.6 98.55 -
System Red Green Blue C M Y K H S L
Decimal 5 53 120 0.96 0.56 0 0.53 214.96 0.92 0.25
Hex 5 35 78 60 38 0 35 D7 5C 19
Octal 5 65 170 140 70 0 65 327 134 31
Binary 101 110101 1111000 1100000 111000 0 110101 11010111 1011100 11001

Color Harmonies of #053578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053578

Black with #053578

Text Example


Text Example

White with #053578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053578; }

 p { color: rgb(5,53,120); }

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

background-color css

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

 a { background-color: rgb(5,53,120); }

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

border-color css

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

 span { border-color: rgb(5,53,120); }

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