Html Css Color HEX #959F99 Edward

📋 copy color: '#959F99'

red 149 ◦ green 159 ◦ blue 153

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

Shades of Edward #959F99

Tints of Edward #959F99

RGB

 RED value IS 149 (58.59% from 255) = 32.32%

 GREEN value IS 159 (62.5% from 255) = 34.49%

 BLUE value IS 153 (60.16% from 255) = 33.19%

R = 32.32%
G = 34.49%
B = 33.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#959F99 (or 0x959F99) is known color: Edward. HEX triplet: 95, 9F and 99. RGB value is (149,159,153). Sum of RGB (Red+Green+Blue) = 149+159+153=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 159 - color contains mainly: green. Hex color #959F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959F99 is #6A6066. Grayscale: #9B9B9B. Windows color (decimal): -6971495 or 10067861. OLE color: 10067861.

HSL color Cylindrical-coordinate representation of color #959F99: hue angle of 144º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #959F99 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 159 153 -
CMYK 0.06 0 0.04 0.38
HSL 144º 0.05% 0.6% -
HSV(B) 144º 0.06% 0.62% -
XYZ 30.54 33.49 34.99 -
YUV 155.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 149 159 153 0.06 0 0.04 0.38 144 0.05 0.6
Hex 95 9F 99 6 0 4 26 90 5 3C
Octal 225 237 231 6 0 4 46 220 5 74
Binary 10010101 10011111 10011001 110 0 100 100110 10010000 101 111100

Color Harmonies of #959F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959F99

Black with #959F99

Text Example


Text Example

White with #959F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959F99; }

 p { color: rgb(149,159,153); }

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

background-color css

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

 a { background-color: rgb(149,159,153); }

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

border-color css

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

 span { border-color: rgb(149,159,153); }

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