Html Css Color HEX #959AAC Manatee

📋 copy color: '#959AAC'

red 149 ◦ green 154 ◦ blue 172

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

Shades of Manatee #959AAC

Tints of Manatee #959AAC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.42%

 BLUE value IS 172 (67.58% from 255) = 36.21%

R = 31.37%
G = 32.42%
B = 36.21%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#959AAC (or 0x959AAC) is known color: Manatee. HEX triplet: 95, 9A and AC. RGB value is (149,154,172). Sum of RGB (Red+Green+Blue) = 149+154+172=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 172 - color contains mainly: blue. Hex color #959AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959AAC is #6A6553. Grayscale: #9A9A9A. Windows color (decimal): -6972756 or 11311765. OLE color: 11311765.

HSL color Cylindrical-coordinate representation of color #959AAC: hue angle of 226.96º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #959AAC is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 154 172 -
CMYK 0.13 0.10 0 0.33
HSL 226.96º 0.12% 0.63% -
HSV(B) 226.96º 0.13% 0.67% -
XYZ 31.4 32.48 43.64 -
YUV 154.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 149 154 172 0.13 0.10 0 0.33 226.96 0.12 0.63
Hex 95 9A AC D A 0 21 E3 C 3F
Octal 225 232 254 15 12 0 41 343 14 77
Binary 10010101 10011010 10101100 1101 1010 0 100001 11100011 1100 111111

Color Harmonies of #959AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959AAC

Black with #959AAC

Text Example


Text Example

White with #959AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,154,172); }

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

background-color css

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

 a { background-color: rgb(149,154,172); }

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

border-color css

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

 span { border-color: rgb(149,154,172); }

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