Html Css Color HEX #05567F Dark Cerulean

📋 copy color: '#05567F'

red 5 ◦ green 86 ◦ blue 127

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

Shades of Dark Cerulean #05567F

Tints of Dark Cerulean #05567F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.45%

 BLUE value IS 127 (50% from 255) = 58.26%

R = 2.29%
G = 39.45%
B = 58.26%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#05567F (or 0x05567F) is known color: Dark Cerulean. HEX triplet: 05, 56 and 7F. RGB value is (5,86,127). Sum of RGB (Red+Green+Blue) = 5+86+127=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #05567F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05567F is #FAA980. Grayscale: #424242. Windows color (decimal): -16427393 or 8345093. OLE color: 8345093.

HSL color Cylindrical-coordinate representation of color #05567F: hue angle of 200.16º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05567F is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 86 127 -
CMYK 0.96 0.32 0 0.50
HSL 200.16º 0.92% 0.26% -
HSV(B) 200.16º 0.96% 0.5% -
XYZ 7.22 8.22 21.28 -
YUV 66.46 162.16 84.17 -
System Red Green Blue C M Y K H S L
Decimal 5 86 127 0.96 0.32 0 0.50 200.16 0.92 0.26
Hex 5 56 7F 60 20 0 32 C8 5C 1A
Octal 5 126 177 140 40 0 62 310 134 32
Binary 101 1010110 1111111 1100000 100000 0 110010 11001000 1011100 11010

Color Harmonies of #05567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05567F

Black with #05567F

Text Example


Text Example

White with #05567F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05567F; }

 p { color: rgb(5,86,127); }

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

background-color css

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

 a { background-color: rgb(5,86,127); }

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

border-color css

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

 span { border-color: rgb(5,86,127); }

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