#859ABA

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

Shades of Rock Blue #859ABA

Tints of Rock Blue #859ABA

Color information

#859ABA (or 0x859ABA) is unknown color: approx Rock Blue. HEX triplet: 85, 9A and BA. RGB value is (133,154,186). Sum of RGB (Red+Green+Blue) = 133+154+186=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #859ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ABA is #7A6545. Grayscale: #979797. Windows color (decimal): -8021318 or 12229253. OLE color: 12229253.

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

Color convert

RGB133154186-
CMYK0.280.1700.27
HSL216.23º27.75%62.55%-
HSV(B)216.23º28.49%72.94%-
XYZ30.0931.6450.98-
YUV151.37147.54114.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.12%
GREEN value IS 154 (60.55% from 255) = 32.56%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=28.12%
G=32.56%
B=39.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331541860.280.1700.27216.2327.7562.55
Hex859ABA1C1101Bd81c3f
Octal20523227234210333303477
Binary10000101100110101011101011100100010110111101100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,154,186); }

 H1.HeaderClassName
 {
   color: #859ABA;
 }
 .AnyTagClassName
 {
   color: #859ABA;
 }
</style>
background-color css

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

 a { background-color: rgb(133,154,186); }

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

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

 span { border-color: rgb(133,154,186); }

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