Html Css Color HEX #859CB9 Rock Blue

📋 copy color: '#859CB9'

red 133 ◦ green 156 ◦ blue 185

#859CB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #859CB9

Tints of Rock Blue #859CB9

RGB

 RED value IS 133 (52.34% from 255) = 28.06%

 GREEN value IS 156 (61.33% from 255) = 32.91%

 BLUE value IS 185 (72.66% from 255) = 39.03%

R = 28.06%
G = 32.91%
B = 39.03%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#859CB9 (or 0x859CB9) is known color: Rock Blue. HEX triplet: 85, 9C and B9. RGB value is (133,156,185). Sum of RGB (Red+Green+Blue) = 133+156+185=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 185 - color contains mainly: blue. Hex color #859CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CB9 is #7A6346. Grayscale: #989898. Windows color (decimal): -8020807 or 12164229. OLE color: 12164229.

HSL color Cylindrical-coordinate representation of color #859CB9: hue angle of 213.46º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #859CB9 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 156 185 -
CMYK 0.28 0.16 0 0.27
HSL 213.46º 0.27% 0.62% -
HSV(B) 213.46º 0.28% 0.73% -
XYZ 30.32 32.27 50.53 -
YUV 152.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 133 156 185 0.28 0.16 0 0.27 213.46 0.27 0.62
Hex 85 9C B9 1C 10 0 1B D5 1B 3E
Octal 205 234 271 34 20 0 33 325 33 76
Binary 10000101 10011100 10111001 11100 10000 0 11011 11010101 11011 111110

Color Harmonies of #859CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859CB9

Black with #859CB9

Text Example


Text Example

White with #859CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #859CB9;
 }
 .AnyTagClassName
 {
   color: #859CB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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