#859BBE

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

Shades of Rock Blue #859BBE

Tints of Rock Blue #859BBE

Color information

#859BBE (or 0x859BBE) is unknown color: approx Rock Blue. HEX triplet: 85, 9B and BE. RGB value is (133,155,190). Sum of RGB (Red+Green+Blue) = 133+155+190=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #859BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859BBE is #7A6441. Grayscale: #989898. Windows color (decimal): -8021058 or 12491653. OLE color: 12491653.

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

Color convert

RGB133155190-
CMYK0.30.1800.25
HSL216.84º30.48%63.33%-
HSV(B)216.84º30%74.51%-
XYZ30.6932.1553.3-
YUV152.41149.21114.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.82%
GREEN value IS 155 (60.94% from 255) = 32.43%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=27.82%
G=32.43%
B=39.75%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331551900.30.1800.25216.8430.4863.33
Hex859BBE1E12019d91e3f
Octal20523327636220313313677
Binary10000101100110111011111011110100100110011101100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,155,190); }

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

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

 a { background-color: rgb(133,155,190); }

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

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

 span { border-color: rgb(133,155,190); }

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