#859FBD

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

Shades of Rock Blue #859FBD

Tints of Rock Blue #859FBD

Color information

#859FBD (or 0x859FBD) is unknown color: approx Rock Blue. HEX triplet: 85, 9F and BD. RGB value is (133,159,189). Sum of RGB (Red+Green+Blue) = 133+159+189=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #859FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FBD is #7A6042. Grayscale: #9A9A9A. Windows color (decimal): -8020035 or 12427141. OLE color: 12427141.

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

Color convert

RGB133159189-
CMYK0.300.1600.26
HSL212.14º29.79%63.14%-
HSV(B)212.14º29.63%74.12%-
XYZ31.2633.4652.95-
YUV154.65147.39112.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.65%
GREEN value IS 159 (62.5% from 255) = 33.06%
BLUE value IS 189 (74.22% from 255) = 39.29%
R=27.65%
G=33.06%
B=39.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331591890.300.1600.26212.1429.7963.14
Hex859FBD1E1001Ad41e3f
Octal20523727536200323243677
Binary10000101100111111011110111110100000110101101010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,159,189); }

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

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

 a { background-color: rgb(133,159,189); }

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

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

 span { border-color: rgb(133,159,189); }

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