Html Css Color HEX #05577D Dark Cerulean

📋 copy color: '#05577D'

red 5 ◦ green 87 ◦ blue 125

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

Shades of Dark Cerulean #05577D

Tints of Dark Cerulean #05577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.09%

 BLUE value IS 125 (49.22% from 255) = 57.6%

R = 2.3%
G = 40.09%
B = 57.6%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05577D (or 0x05577D) is known color: Dark Cerulean. HEX triplet: 05, 57 and 7D. RGB value is (5,87,125). Sum of RGB (Red+Green+Blue) = 5+87+125=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #05577D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05577D is #FAA882. Grayscale: #424242. Windows color (decimal): -16427139 or 8214277. OLE color: 8214277.

HSL color Cylindrical-coordinate representation of color #05577D: hue angle of 199º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05577D is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 87 125 -
CMYK 0.96 0.30 0 0.51
HSL 199º 0.92% 0.25% -
HSV(B) 199º 0.96% 0.49% -
XYZ 7.17 8.33 20.63 -
YUV 66.81 160.83 83.91 -
System Red Green Blue C M Y K H S L
Decimal 5 87 125 0.96 0.30 0 0.51 199 0.92 0.25
Hex 5 57 7D 60 1E 0 33 C7 5C 19
Octal 5 127 175 140 36 0 63 307 134 31
Binary 101 1010111 1111101 1100000 11110 0 110011 11000111 1011100 11001

Color Harmonies of #05577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05577D

Black with #05577D

Text Example


Text Example

White with #05577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05577D; }

 p { color: rgb(5,87,125); }

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

background-color css

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

 a { background-color: rgb(5,87,125); }

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

border-color css

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

 span { border-color: rgb(5,87,125); }

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