#0586B2

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

Shades of Cerulean #0586B2

Tints of Cerulean #0586B2

Color information

#0586B2 (or 0x0586B2) is unknown color: approx Cerulean. HEX triplet: 05, 86 and B2. RGB value is (5,134,178). Sum of RGB (Red+Green+Blue) = 5+134+178=317 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 178 (69.92% from 255 or 56.15% from 317); Max value from RGB is 178 - color contains mainly: blue. Hex color #0586B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0586B2 is #FA794D. Grayscale: #646464. Windows color (decimal): -16415054 or 11699717. OLE color: 11699717.

HSL color Cylindrical-coordinate representation of color #0586B2: hue angle of 195.26º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0586B2 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5134178-
CMYK0.970.2500.30
HSL195.26º94.54%35.88%-
HSV(B)195.26º97.19%69.8%-
XYZ16.6220.345.16-
YUV100.44171.7659.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.58%
GREEN value IS 134 (52.73% from 255) = 42.27%
BLUE value IS 178 (69.92% from 255) = 56.15%
R=1.58%
G=42.27%
B=56.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal51341780.970.2500.30195.2694.5435.88
Hex586B2611901Ec35f24
Octal52062621413103630313744
Binary1011000011010110010110000111001011110110000111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0586B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0586B2; }

 p { color: rgb(5,134,178); }

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

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

 a { background-color: rgb(5,134,178); }

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

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

 span { border-color: rgb(5,134,178); }

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