#859BC1

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

Shades of Rock Blue #859BC1

Tints of Rock Blue #859BC1

Color information

#859BC1 (or 0x859BC1) is unknown color: approx Rock Blue. HEX triplet: 85, 9B and C1. RGB value is (133,155,193). Sum of RGB (Red+Green+Blue) = 133+155+193=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 193 - color contains mainly: blue. Hex color #859BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859BC1 is #7A643E. Grayscale: #989898. Windows color (decimal): -8021055 or 12688261. OLE color: 12688261.

HSL color Cylindrical-coordinate representation of color #859BC1: hue angle of 218º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #859BC1 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB133155193-
CMYK0.310.2000.24
HSL218º32.61%63.92%-
HSV(B)218º31.09%75.69%-
XYZ31.0232.2855.05-
YUV152.75150.71113.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.65%
GREEN value IS 155 (60.94% from 255) = 32.22%
BLUE value IS 193 (75.78% from 255) = 40.12%
R=27.65%
G=32.22%
B=40.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331551930.310.2000.2421832.6163.92
Hex859BC11F14018da2140
Octal205233301372403033241100
Binary1000010110011011110000011111110100011000110110101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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