#90A0AF

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

Shades of Rock Blue #90A0AF

Tints of Rock Blue #90A0AF

Color information

#90A0AF (or 0x90A0AF) is unknown color: approx Rock Blue. HEX triplet: 90, A0 and AF. RGB value is (144,160,175). Sum of RGB (Red+Green+Blue) = 144+160+175=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #90A0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A0AF is #6F5F50. Grayscale: #9C9C9C. Windows color (decimal): -7298897 or 11509904. OLE color: 11509904.

HSL color Cylindrical-coordinate representation of color #90A0AF: hue angle of 209.03º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #90A0AF is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB144160175-
CMYK0.180.0900.31
HSL209.03º16.23%62.55%-
HSV(B)209.03º17.71%68.63%-
XYZ31.8134.1745.48-
YUV156.93138.2118.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.06%
GREEN value IS 160 (62.89% from 255) = 33.40%
BLUE value IS 175 (68.75% from 255) = 36.53%
R=30.06%
G=33.40%
B=36.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441601750.180.0900.31209.0316.2362.55
Hex90A0AF12901Fd1103f
Octal22024025722110373212077
Binary1001000010100000101011111001010010111111101000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90A0AF; }

 p { color: rgb(144,160,175); }

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

<style>
 a { background-color: #90A0AF; }

 a { background-color: rgb(144,160,175); }

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

<style>
 span { border-color: #90A0AF; }

 span { border-color: rgb(144,160,175); }

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