#859EBE

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

Shades of Rock Blue #859EBE

Tints of Rock Blue #859EBE

Color information

#859EBE (or 0x859EBE) is unknown color: approx Rock Blue. HEX triplet: 85, 9E and BE. RGB value is (133,158,190). Sum of RGB (Red+Green+Blue) = 133+158+190=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #859EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859EBE is #7A6141. Grayscale: #9A9A9A. Windows color (decimal): -8020290 or 12492421. OLE color: 12492421.

HSL color Cylindrical-coordinate representation of color #859EBE: hue angle of 213.68º 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 #859EBE is Cyan = 0.3, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133158190-
CMYK0.30.1700.25
HSL213.68º30.48%63.33%-
HSV(B)213.68º30%74.51%-
XYZ31.1933.1653.47-
YUV154.17148.22112.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.65%
GREEN value IS 158 (62.11% from 255) = 32.85%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=27.65%
G=32.85%
B=39.50%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331581900.30.1700.25213.6830.4863.33
Hex859EBE1E11019d61e3f
Octal20523627636210313263677
Binary10000101100111101011111011110100010110011101011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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