#859CBC

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

Shades of Rock Blue #859CBC

Tints of Rock Blue #859CBC

Color information

#859CBC (or 0x859CBC) is unknown color: approx Rock Blue. HEX triplet: 85, 9C and BC. RGB value is (133,156,188). Sum of RGB (Red+Green+Blue) = 133+156+188=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #859CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CBC is #7A6343. Grayscale: #989898. Windows color (decimal): -8020804 or 12360837. OLE color: 12360837.

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

Color convert

RGB133156188-
CMYK0.290.1700.26
HSL214.91º29.1%62.94%-
HSV(B)214.91º29.26%73.73%-
XYZ30.6432.3952.21-
YUV152.77147.88113.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.88%
GREEN value IS 156 (61.33% from 255) = 32.70%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=27.88%
G=32.70%
B=39.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331561880.290.1700.26214.9129.162.94
Hex859CBC1D1101Ad71d3f
Octal20523427435210323273577
Binary10000101100111001011110011101100010110101101011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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