#056290

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

Shades of Cerulean #056290

Tints of Cerulean #056290

Color information

#056290 (or 0x056290) is unknown color: approx Cerulean. HEX triplet: 05, 62 and 90. RGB value is (5,98,144). Sum of RGB (Red+Green+Blue) = 5+98+144=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #056290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056290 is #FA9D6F. Grayscale: #4B4B4B. Windows color (decimal): -16424304 or 9462277. OLE color: 9462277.

HSL color Cylindrical-coordinate representation of color #056290: hue angle of 199.86º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056290 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB598144-
CMYK0.970.3200.44
HSL199.86º93.29%29.22%-
HSV(B)199.86º96.53%56.47%-
XYZ9.4610.7827.97-
YUV75.44166.6977.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 98 (38.67% from 255) = 39.68%
BLUE value IS 144 (56.64% from 255) = 58.30%
R=2.02%
G=39.68%
B=58.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5981440.970.3200.44199.8693.2929.22
Hex56290612002Cc85d1d
Octal51422201414005431013535
Binary1011100010100100001100001100000010110011001000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056290; }

 p { color: rgb(5,98,144); }

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

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

 a { background-color: rgb(5,98,144); }

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

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

 span { border-color: rgb(5,98,144); }

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