#919589

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

Shades of Delta #919589

Tints of Delta #919589

Color information

#919589 (or 0x919589) is unknown color: approx Delta. HEX triplet: 91, 95 and 89. RGB value is (145,149,137). Sum of RGB (Red+Green+Blue) = 145+149+137=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 149 - color contains mainly: green. Hex color #919589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919589 is #6E6A76. Grayscale: #929292. Windows color (decimal): -7236215 or 9016721. OLE color: 9016721.

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

Color convert

RGB145149137-
CMYK0.0300.080.42
HSL80º5.36%56.08%-
HSV(B)80º8.05%58.43%-
XYZ26.9429.3227.91-
YUV146.44122.67126.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.64%
GREEN value IS 149 (58.59% from 255) = 34.57%
BLUE value IS 137 (53.91% from 255) = 31.79%
R=33.64%
G=34.57%
B=31.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451491370.0300.080.42805.3656.08
Hex9195893082A50538
Octal221225211301052120570
Binary10010001100101011000100111010001010101010000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919589; }

 p { color: rgb(145,149,137); }

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

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

 a { background-color: rgb(145,149,137); }

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

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

 span { border-color: rgb(145,149,137); }

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