#859CBF

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

Shades of Rock Blue #859CBF

Tints of Rock Blue #859CBF

Color information

#859CBF (or 0x859CBF) is unknown color: approx Rock Blue. HEX triplet: 85, 9C and BF. RGB value is (133,156,191). Sum of RGB (Red+Green+Blue) = 133+156+191=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #859CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CBF is #7A6340. Grayscale: #989898. Windows color (decimal): -8020801 or 12557445. OLE color: 12557445.

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

Color convert

RGB133156191-
CMYK0.300.1800.25
HSL216.21º31.18%63.53%-
HSV(B)216.21º30.37%74.9%-
XYZ30.9732.5353.94-
YUV153.11149.38113.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.71%
GREEN value IS 156 (61.33% from 255) = 32.5%
BLUE value IS 191 (75% from 255) = 39.79%
R=27.71%
G=32.5%
B=39.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331561910.300.1800.25216.2131.1863.53
Hex859CBF1E12019d81f40
Octal205234277362203133037100
Binary100001011001110010111111111101001001100111011000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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