#0586AB

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

Shades of Cerulean #0586AB

Tints of Cerulean #0586AB

Color information

#0586AB (or 0x0586AB) is unknown color: approx Cerulean. HEX triplet: 05, 86 and AB. RGB value is (5,134,171). Sum of RGB (Red+Green+Blue) = 5+134+171=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #0586AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0586AB is #FA7954. Grayscale: #636363. Windows color (decimal): -16415061 or 11240965. OLE color: 11240965.

HSL color Cylindrical-coordinate representation of color #0586AB: hue angle of 193.37º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0586AB is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5134171-
CMYK0.970.2200.33
HSL193.37º94.32%34.51%-
HSV(B)193.37º97.08%67.06%-
XYZ15.9420.0241.55-
YUV99.65168.2660.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.61%
GREEN value IS 134 (52.73% from 255) = 43.23%
BLUE value IS 171 (67.19% from 255) = 55.16%
R=1.61%
G=43.23%
B=55.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51341710.970.2200.33193.3794.3234.51
Hex586AB6116021c15e23
Octal52062531412604130113643
Binary10110000110101010111100001101100100001110000011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0586AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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