#909585

Color #909585 Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #909585

Tints of Delta #909585

Color information

#909585 (or 0x909585) is unknown color: approx Delta. HEX triplet: 90, 95 and 85. RGB value is (144,149,133). Sum of RGB (Red+Green+Blue) = 144+149+133=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 149 - color contains mainly: green. Hex color #909585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909585 is #6F6A7A. Grayscale: #919191. Windows color (decimal): -7301755 or 8754576. OLE color: 8754576.

HSL color Cylindrical-coordinate representation of color #909585: hue angle of 78.75º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #909585 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB144149133-
CMYK0.0300.110.42
HSL78.75º7.02%55.29%-
HSV(B)78.75º10.74%58.43%-
XYZ26.4829.1226.41-
YUV145.68120.84126.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.80%
GREEN value IS 149 (58.59% from 255) = 34.98%
BLUE value IS 133 (52.34% from 255) = 31.22%
R=33.80%
G=34.98%
B=31.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441491330.0300.110.4278.757.0255.29
Hex90958530B2A4f737
Octal220225205301352117767
Binary10010000100101011000010111010111010101001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909585; }

 p { color: rgb(144,149,133); }

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

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

 a { background-color: rgb(144,149,133); }

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

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

 span { border-color: rgb(144,149,133); }

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