Html Css Color HEX #919588 Delta

📋 copy color: '#919588'

red 145 ◦ green 149 ◦ blue 136

#919588
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Delta #919588

Tints of Delta #919588

RGB

 RED value IS 145 (57.03% from 255) = 33.72%

 GREEN value IS 149 (58.59% from 255) = 34.65%

 BLUE value IS 136 (53.52% from 255) = 31.63%

R = 33.72%
G = 34.65%
B = 31.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#919588 (or 0x919588) is known color: Delta. HEX triplet: 91, 95 and 88. RGB value is (145,149,136). Sum of RGB (Red+Green+Blue) = 145+149+136=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 149 - color contains mainly: green. Hex color #919588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919588 is #6E6A77. Grayscale: #929292. Windows color (decimal): -7236216 or 8951185. OLE color: 8951185.

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

Color convert

RGB 145 149 136 -
CMYK 0.03 0 0.09 0.42
HSL 78.46º 0.06% 0.56% -
HSV(B) 78.46º 0.09% 0.58% -
XYZ 26.87 29.29 27.53 -
YUV 146.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 145 149 136 0.03 0 0.09 0.42 78.46 0.06 0.56
Hex 91 95 88 3 0 9 2A 4E 6 38
Octal 221 225 210 3 0 11 52 116 6 70
Binary 10010001 10010101 10001000 11 0 1001 101010 1001110 110 111000

Color Harmonies of #919588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919588

Black with #919588

Text Example


Text Example

White with #919588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919588; }

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

 H1.HeaderClassName
 {
   color: #919588;
 }
 .AnyTagClassName
 {
   color: #919588;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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