Html Css Color HEX #919587 Delta

📋 copy color: '#919587'

red 145 ◦ green 149 ◦ blue 135

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

Shades of Delta #919587

Tints of Delta #919587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.47%

R = 33.8%
G = 34.73%
B = 31.47%

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

#919587 (or 0x919587) is known color: Delta. HEX triplet: 91, 95 and 87. RGB value is (145,149,135). Sum of RGB (Red+Green+Blue) = 145+149+135=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 149 - color contains mainly: green. Hex color #919587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919587 is #6E6A78. Grayscale: #929292. Windows color (decimal): -7236217 or 8885649. OLE color: 8885649.

HSL color Cylindrical-coordinate representation of color #919587: hue angle of 77.14º 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 #919587 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 145 149 135 -
CMYK 0.03 0 0.09 0.42
HSL 77.14º 0.06% 0.56% -
HSV(B) 77.14º 0.09% 0.58% -
XYZ 26.8 29.26 27.16 -
YUV 146.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 145 149 135 0.03 0 0.09 0.42 77.14 0.06 0.56
Hex 91 95 87 3 0 9 2A 4D 6 38
Octal 221 225 207 3 0 11 52 115 6 70
Binary 10010001 10010101 10000111 11 0 1001 101010 1001101 110 111000

Color Harmonies of #919587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919587

Black with #919587

Text Example


Text Example

White with #919587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919587; }

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

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

background-color css

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

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

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

border-color css

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

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

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