Html Css Color HEX #0586AB Cerulean

📋 copy color: '#0586AB'

red 5 ◦ green 134 ◦ blue 171

#0586AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0586AB

Tints of Cerulean #0586AB

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 value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0586AB (or 0x0586AB) is known color: 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

RGB 5 134 171 -
CMYK 0.97 0.22 0 0.33
HSL 193.37º 0.94% 0.35% -
HSV(B) 193.37º 0.97% 0.67% -
XYZ 15.94 20.02 41.55 -
YUV 99.65 168.26 60.49 -
System Red Green Blue C M Y K H S L
Decimal 5 134 171 0.97 0.22 0 0.33 193.37 0.94 0.35
Hex 5 86 AB 61 16 0 21 C1 5E 23
Octal 5 206 253 141 26 0 41 301 136 43
Binary 101 10000110 10101011 1100001 10110 0 100001 11000001 1011110 100011

Color Harmonies of #0586AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0586AB

Black with #0586AB

Text Example


Text Example

White with #0586AB

Text Example


Text Example

HTML Codes & Css Web 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>