#85A0BB

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

Shades of Rock Blue #85A0BB

Tints of Rock Blue #85A0BB

Color information

#85A0BB (or 0x85A0BB) is unknown color: approx 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

RGB133160187-
CMYK0.290.1400.27
HSL210º28.42%62.75%-
HSV(B)210º28.88%73.33%-
XYZ31.2133.7251.88-
YUV155146.05112.3-

RGB Variations

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

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 (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331601870.290.1400.2721028.4262.75
Hex85A0BB1DE01Bd21c3f
Octal20524027335160333223477
Binary1000010110100000101110111110111100110111101001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>