Html Css Color HEX #05568C Dark Cerulean

📋 copy color: '#05568C'

red 5 ◦ green 86 ◦ blue 140

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

Shades of Dark Cerulean #05568C

Tints of Dark Cerulean #05568C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 60.61%

R = 2.16%
G = 37.23%
B = 60.61%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05568C (or 0x05568C) is known color: Dark Cerulean. HEX triplet: 05, 56 and 8C. RGB value is (5,86,140). Sum of RGB (Red+Green+Blue) = 5+86+140=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 140 (55.08% from 255 or 60.61% from 231); Max value from RGB is 140 - color contains mainly: blue. Hex color #05568C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05568C is #FAA973. Grayscale: #434343. Windows color (decimal): -16427380 or 9197061. OLE color: 9197061.

HSL color Cylindrical-coordinate representation of color #05568C: hue angle of 204º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05568C is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 86 140 -
CMYK 0.96 0.39 0 0.45
HSL 204º 0.93% 0.28% -
HSV(B) 204º 0.96% 0.55% -
XYZ 8.12 8.58 26.04 -
YUV 67.94 168.66 83.11 -
System Red Green Blue C M Y K H S L
Decimal 5 86 140 0.96 0.39 0 0.45 204 0.93 0.28
Hex 5 56 8C 60 27 0 2D CC 5D 1C
Octal 5 126 214 140 47 0 55 314 135 34
Binary 101 1010110 10001100 1100000 100111 0 101101 11001100 1011101 11100

Color Harmonies of #05568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05568C

Black with #05568C

Text Example


Text Example

White with #05568C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05568C; }

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

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

background-color css

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

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

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

border-color css

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

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

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