Html Css Color HEX #055375 Dark Cerulean

📋 copy color: '#055375'

red 5 ◦ green 83 ◦ blue 117

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

Shades of Dark Cerulean #055375

Tints of Dark Cerulean #055375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.49%

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

R = 2.44%
G = 40.49%
B = 57.07%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#055375 (or 0x055375) is known color: Dark Cerulean. HEX triplet: 05, 53 and 75. RGB value is (5,83,117). Sum of RGB (Red+Green+Blue) = 5+83+117=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #055375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055375 is #FAAC8A. Grayscale: #3F3F3F. Windows color (decimal): -16428171 or 7688965. OLE color: 7688965.

HSL color Cylindrical-coordinate representation of color #055375: hue angle of 198.21º 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 #055375 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 83 117 -
CMYK 0.96 0.29 0 0.54
HSL 198.21º 0.92% 0.24% -
HSV(B) 198.21º 0.96% 0.46% -
XYZ 6.37 7.5 17.94 -
YUV 63.55 158.16 86.24 -
System Red Green Blue C M Y K H S L
Decimal 5 83 117 0.96 0.29 0 0.54 198.21 0.92 0.24
Hex 5 53 75 60 1D 0 36 C6 5C 18
Octal 5 123 165 140 35 0 66 306 134 30
Binary 101 1010011 1110101 1100000 11101 0 110110 11000110 1011100 11000

Color Harmonies of #055375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055375

Black with #055375

Text Example


Text Example

White with #055375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055375; }

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

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

background-color css

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

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

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

border-color css

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

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

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