Html Css Color HEX #859BB5 Rock Blue

📋 copy color: '#859BB5'

red 133 ◦ green 155 ◦ blue 181

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

Shades of Rock Blue #859BB5

Tints of Rock Blue #859BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.59%

R = 28.36%
G = 33.05%
B = 38.59%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#859BB5 (or 0x859BB5) is known color: Rock Blue. HEX triplet: 85, 9B and B5. RGB value is (133,155,181). Sum of RGB (Red+Green+Blue) = 133+155+181=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 181 - color contains mainly: blue. Hex color #859BB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859BB5 is #7A644A. Grayscale: #979797. Windows color (decimal): -8021067 or 11901829. OLE color: 11901829.

HSL color Cylindrical-coordinate representation of color #859BB5: hue angle of 212.5º degrees, saturation: 0.24, 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 #859BB5 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 155 181 -
CMYK 0.27 0.14 0 0.29
HSL 212.5º 0.24% 0.62% -
HSV(B) 212.5º 0.27% 0.71% -
XYZ 29.73 31.77 48.28 -
YUV 151.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 133 155 181 0.27 0.14 0 0.29 212.5 0.24 0.62
Hex 85 9B B5 1B E 0 1D D4 18 3E
Octal 205 233 265 33 16 0 35 324 30 76
Binary 10000101 10011011 10110101 11011 1110 0 11101 11010100 11000 111110

Color Harmonies of #859BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859BB5

Black with #859BB5

Text Example


Text Example

White with #859BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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