Html Css Color HEX #85A0BB Rock Blue

📋 copy color: '#85A0BB'

red 133 ◦ green 160 ◦ blue 187

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

Shades of Rock Blue #85A0BB

Tints of Rock Blue #85A0BB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.33%

 BLUE value IS 187 (73.44% from 255) = 38.96%

R = 27.71%
G = 33.33%
B = 38.96%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#85A0BB (or 0x85A0BB) is known color: Rock Blue. HEX triplet: 85, A0 and BB. RGB value is (133,160,187). Sum of RGB (Red+Green+Blue) = 133+160+187=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #85A0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A0BB is #7A5F44. Grayscale: #9A9A9A. Windows color (decimal): -8019781 or 12296325. OLE color: 12296325.

HSL color Cylindrical-coordinate representation of color #85A0BB: hue angle of 210º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85A0BB is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 160 187 -
CMYK 0.29 0.14 0 0.27
HSL 210º 0.28% 0.63% -
HSV(B) 210º 0.29% 0.73% -
XYZ 31.21 33.72 51.88 -
YUV 155.01 146.05 112.3 -
System Red Green Blue C M Y K H S L
Decimal 133 160 187 0.29 0.14 0 0.27 210 0.28 0.63
Hex 85 A0 BB 1D E 0 1B D2 1C 3F
Octal 205 240 273 35 16 0 33 322 34 77
Binary 10000101 10100000 10111011 11101 1110 0 11011 11010010 11100 111111

Color Harmonies of #85A0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A0BB

Black with #85A0BB

Text Example


Text Example

White with #85A0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85A0BB; }

 p { color: rgb(133,160,187); }

 H1.HeaderClassName
 {
   color: #85A0BB;
 }
 .AnyTagClassName
 {
   color: #85A0BB;
 }
</style>

background-color css

<style>
 a { background-color: #85A0BB; }

 a { background-color: rgb(133,160,187); }

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

border-color css

<style>
 span { border-color: #85A0BB; }

 span { border-color: rgb(133,160,187); }

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