#056E93

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

Shades of Cerulean #056E93

Tints of Cerulean #056E93

Color information

#056E93 (or 0x056E93) is unknown color: approx Cerulean. HEX triplet: 05, 6E and 93. RGB value is (5,110,147). Sum of RGB (Red+Green+Blue) = 5+110+147=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 147 (57.81% from 255 or 56.11% from 262); Max value from RGB is 147 - color contains mainly: blue. Hex color #056E93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056E93 is #FA916C. Grayscale: #525252. Windows color (decimal): -16421229 or 9661957. OLE color: 9661957.

HSL color Cylindrical-coordinate representation of color #056E93: hue angle of 195.63º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056E93 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5110147-
CMYK0.970.2500.42
HSL195.63º93.42%29.8%-
HSV(B)195.63º96.6%57.65%-
XYZ10.913.2929.59-
YUV82.82164.2172.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.91%
GREEN value IS 110 (43.36% from 255) = 41.98%
BLUE value IS 147 (57.81% from 255) = 56.11%
R=1.91%
G=41.98%
B=56.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51101470.970.2500.42195.6393.4229.8
Hex56E93611902Ac45d1e
Octal51562231413105230413536
Binary101110111010010011110000111001010101011000100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056E93; }

 p { color: rgb(5,110,147); }

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

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

 a { background-color: rgb(5,110,147); }

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

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

 span { border-color: rgb(5,110,147); }

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