#859CBE

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

Shades of Rock Blue #859CBE

Tints of Rock Blue #859CBE

Color information

#859CBE (or 0x859CBE) is unknown color: approx Rock Blue. HEX triplet: 85, 9C and BE. RGB value is (133,156,190). Sum of RGB (Red+Green+Blue) = 133+156+190=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #859CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CBE is #7A6341. Grayscale: #989898. Windows color (decimal): -8020802 or 12491909. OLE color: 12491909.

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

Color convert

RGB133156190-
CMYK0.30.1800.25
HSL215.79º30.48%63.33%-
HSV(B)215.79º30%74.51%-
XYZ30.8632.4853.36-
YUV153148.88113.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.77%
GREEN value IS 156 (61.33% from 255) = 32.57%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=27.77%
G=32.57%
B=39.67%

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
Decimal1331561900.30.1800.25215.7930.4863.33
Hex859CBE1E12019d81e3f
Octal20523427636220313303677
Binary10000101100111001011111011110100100110011101100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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