Html Css Color HEX #054575 Dark Cerulean

📋 copy color: '#054575'

red 5 ◦ green 69 ◦ blue 117

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

Shades of Dark Cerulean #054575

Tints of Dark Cerulean #054575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.13%

 BLUE value IS 117 (46.09% from 255) = 61.26%

R = 2.62%
G = 36.13%
B = 61.26%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#054575 (or 0x054575) is known color: Dark Cerulean. HEX triplet: 05, 45 and 75. RGB value is (5,69,117). Sum of RGB (Red+Green+Blue) = 5+69+117=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #054575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054575 is #FABA8A. Grayscale: #373737. Windows color (decimal): -16431755 or 7685381. OLE color: 7685381.

HSL color Cylindrical-coordinate representation of color #054575: hue angle of 205.71º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054575 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 69 117 -
CMYK 0.96 0.41 0 0.54
HSL 205.71º 0.92% 0.24% -
HSV(B) 205.71º 0.96% 0.46% -
XYZ 5.4 5.57 17.62 -
YUV 55.34 162.8 92.1 -
System Red Green Blue C M Y K H S L
Decimal 5 69 117 0.96 0.41 0 0.54 205.71 0.92 0.24
Hex 5 45 75 60 29 0 36 CE 5C 18
Octal 5 105 165 140 51 0 66 316 134 30
Binary 101 1000101 1110101 1100000 101001 0 110110 11001110 1011100 11000

Color Harmonies of #054575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054575

Black with #054575

Text Example


Text Example

White with #054575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054575; }

 p { color: rgb(5,69,117); }

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

background-color css

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

 a { background-color: rgb(5,69,117); }

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

border-color css

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

 span { border-color: rgb(5,69,117); }

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