#859ABC

Color #859ABC Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #859ABC

Tints of Rock Blue #859ABC

Color information

#859ABC (or 0x859ABC) is unknown color: approx Rock Blue. HEX triplet: 85, 9A and BC. RGB value is (133,154,188). Sum of RGB (Red+Green+Blue) = 133+154+188=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #859ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ABC is #7A6543. Grayscale: #979797. Windows color (decimal): -8021316 or 12360325. OLE color: 12360325.

HSL color Cylindrical-coordinate representation of color #859ABC: hue angle of 217.09º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #859ABC is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB133154188-
CMYK0.290.1800.26
HSL217.09º29.1%62.94%-
HSV(B)217.09º29.26%73.73%-
XYZ30.3131.7352.1-
YUV151.6148.54114.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28%
GREEN value IS 154 (60.55% from 255) = 32.42%
BLUE value IS 188 (73.83% from 255) = 39.58%
R=28%
G=32.42%
B=39.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331541880.290.1800.26217.0929.162.94
Hex859ABC1D1201Ad91d3f
Octal20523227435220323313577
Binary10000101100110101011110011101100100110101101100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859ABC; }

 p { color: rgb(133,154,188); }

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

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

 a { background-color: rgb(133,154,188); }

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

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

 span { border-color: rgb(133,154,188); }

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