Html Css Color HEX #859BB6 Rock Blue

📋 copy color: '#859BB6'

red 133 ◦ green 155 ◦ blue 182

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

Shades of Rock Blue #859BB6

Tints of Rock Blue #859BB6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.98%

 BLUE value IS 182 (71.48% from 255) = 38.72%

R = 28.3%
G = 32.98%
B = 38.72%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#859BB6 (or 0x859BB6) is known color: Rock Blue. HEX triplet: 85, 9B and B6. RGB value is (133,155,182). Sum of RGB (Red+Green+Blue) = 133+155+182=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 182 - color contains mainly: blue. Hex color #859BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859BB6 is #7A6449. Grayscale: #979797. Windows color (decimal): -8021066 or 11967365. OLE color: 11967365.

HSL color Cylindrical-coordinate representation of color #859BB6: hue angle of 213.06º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #859BB6 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 155 182 -
CMYK 0.27 0.15 0 0.29
HSL 213.06º 0.25% 0.62% -
HSV(B) 213.06º 0.27% 0.71% -
XYZ 29.84 31.81 48.82 -
YUV 151.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 133 155 182 0.27 0.15 0 0.29 213.06 0.25 0.62
Hex 85 9B B6 1B F 0 1D D5 19 3E
Octal 205 233 266 33 17 0 35 325 31 76
Binary 10000101 10011011 10110110 11011 1111 0 11101 11010101 11001 111110

Color Harmonies of #859BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859BB6

Black with #859BB6

Text Example


Text Example

White with #859BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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