#056693

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

Shades of Cerulean #056693

Tints of Cerulean #056693

Color information

#056693 (or 0x056693) is unknown color: approx Cerulean. HEX triplet: 05, 66 and 93. RGB value is (5,102,147). Sum of RGB (Red+Green+Blue) = 5+102+147=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #056693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056693 is #FA996C. Grayscale: #4D4D4D. Windows color (decimal): -16423277 or 9659909. OLE color: 9659909.

HSL color Cylindrical-coordinate representation of color #056693: hue angle of 199.01º 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 #056693 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5102147-
CMYK0.970.3100.42
HSL199.01º93.42%29.8%-
HSV(B)199.01º96.6%57.65%-
XYZ10.0811.6429.32-
YUV78.13166.8675.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.97%
GREEN value IS 102 (40.23% from 255) = 40.16%
BLUE value IS 147 (57.81% from 255) = 57.87%
R=1.97%
G=40.16%
B=57.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51021470.970.3100.42199.0193.4229.8
Hex56693611F02Ac75d1e
Octal51462231413705230713536
Binary101110011010010011110000111111010101011000111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056693; }

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

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

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

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

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

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

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

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