Html Css Color HEX #93959D Manatee

📋 copy color: '#93959D'

red 147 ◦ green 149 ◦ blue 157

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

Shades of Manatee #93959D

Tints of Manatee #93959D

RGB

 RED value IS 147 (57.81% from 255) = 32.45%

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

 BLUE value IS 157 (61.72% from 255) = 34.66%

R = 32.45%
G = 32.89%
B = 34.66%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#93959D (or 0x93959D) is known color: Manatee. HEX triplet: 93, 95 and 9D. RGB value is (147,149,157). Sum of RGB (Red+Green+Blue) = 147+149+157=453 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.45% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 157 - color contains mainly: blue. Hex color #93959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93959D is #6C6A62. Grayscale: #959595. Windows color (decimal): -7105123 or 10327443. OLE color: 10327443.

HSL color Cylindrical-coordinate representation of color #93959D: hue angle of 228º 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 #93959D is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 149 157 -
CMYK 0.06 0.05 0 0.38
HSL 228º 0.05% 0.6% -
HSV(B) 228º 0.06% 0.62% -
XYZ 28.87 30.13 36.19 -
YUV 149.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 147 149 157 0.06 0.05 0 0.38 228 0.05 0.6
Hex 93 95 9D 6 5 0 26 E4 5 3C
Octal 223 225 235 6 5 0 46 344 5 74
Binary 10010011 10010101 10011101 110 101 0 100110 11100100 101 111100

Color Harmonies of #93959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93959D

Black with #93959D

Text Example


Text Example

White with #93959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93959D; }

 p { color: rgb(147,149,157); }

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

background-color css

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

 a { background-color: rgb(147,149,157); }

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

border-color css

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

 span { border-color: rgb(147,149,157); }

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