#0582A8

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

Shades of Cerulean #0582A8

Tints of Cerulean #0582A8

Color information

#0582A8 (or 0x0582A8) is unknown color: approx Cerulean. HEX triplet: 05, 82 and A8. RGB value is (5,130,168). Sum of RGB (Red+Green+Blue) = 5+130+168=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 168 (66.02% from 255 or 55.45% from 303); Max value from RGB is 168 - color contains mainly: blue. Hex color #0582A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0582A8 is #FA7D57. Grayscale: #606060. Windows color (decimal): -16416088 or 11043333. OLE color: 11043333.

HSL color Cylindrical-coordinate representation of color #0582A8: hue angle of 193.99º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0582A8 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5130168-
CMYK0.970.2300.34
HSL193.99º94.22%33.92%-
HSV(B)193.99º97.02%65.88%-
XYZ15.1118.8239.88-
YUV96.96168.0962.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.65%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 168 (66.02% from 255) = 55.45%
R=1.65%
G=42.90%
B=55.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal51301680.970.2300.34193.9994.2233.92
Hex582A86117022c25e22
Octal52022501412704230213642
Binary10110000010101010001100001101110100010110000101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0582A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0582A8; }

 p { color: rgb(5,130,168); }

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

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

 a { background-color: rgb(5,130,168); }

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

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

 span { border-color: rgb(5,130,168); }

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