#05567A

Color #05567A Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #05567A

Tints of Dark Cerulean #05567A

Color information

#05567A (or 0x05567A) is unknown color: approx Dark Cerulean. HEX triplet: 05, 56 and 7A. RGB value is (5,86,122). Sum of RGB (Red+Green+Blue) = 5+86+122=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #05567A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05567A is #FAA985. Grayscale: #414141. Windows color (decimal): -16427398 or 8017413. OLE color: 8017413.

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

Color convert

RGB586122-
CMYK0.960.3000.52
HSL198.46º92.13%24.9%-
HSV(B)198.46º95.9%47.84%-
XYZ6.98.0919.61-
YUV65.88159.6684.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.35%
GREEN value IS 86 (33.98% from 255) = 40.38%
BLUE value IS 122 (48.05% from 255) = 57.28%
R=2.35%
G=40.38%
B=57.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5861220.960.3000.52198.4692.1324.9
Hex5567A601E034c65c19
Octal51261721403606430613431
Binary10110101101111010110000011110011010011000110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05567A;
 }
 .AnyTagClassName
 {
   color: #05567A;
 }
</style>
background-color css

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

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

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

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

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

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