Html Css Color HEX #959AA5 Manatee

📋 copy color: '#959AA5'

red 149 ◦ green 154 ◦ blue 165

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

Shades of Manatee #959AA5

Tints of Manatee #959AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.26%

R = 31.84%
G = 32.91%
B = 35.26%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#959AA5 (or 0x959AA5) is known color: Manatee. HEX triplet: 95, 9A and A5. RGB value is (149,154,165). Sum of RGB (Red+Green+Blue) = 149+154+165=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 165 - color contains mainly: blue. Hex color #959AA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959AA5 is #6A655A. Grayscale: #999999. Windows color (decimal): -6972763 or 10853013. OLE color: 10853013.

HSL color Cylindrical-coordinate representation of color #959AA5: hue angle of 221.25º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #959AA5 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 154 165 -
CMYK 0.10 0.07 0 0.35
HSL 221.25º 0.08% 0.62% -
HSV(B) 221.25º 0.1% 0.65% -
XYZ 30.74 32.22 40.2 -
YUV 153.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 149 154 165 0.10 0.07 0 0.35 221.25 0.08 0.62
Hex 95 9A A5 A 7 0 23 DD 8 3E
Octal 225 232 245 12 7 0 43 335 10 76
Binary 10010101 10011010 10100101 1010 111 0 100011 11011101 1000 111110

Color Harmonies of #959AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959AA5

Black with #959AA5

Text Example


Text Example

White with #959AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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