Html Css Color HEX #595066 Mobster

📋 copy color: '#595066'

red 89 ◦ green 80 ◦ blue 102

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

Shades of Mobster #595066

Tints of Mobster #595066

RGB

 RED value IS 89 (35.16% from 255) = 32.84%

 GREEN value IS 80 (31.64% from 255) = 29.52%

 BLUE value IS 102 (40.23% from 255) = 37.64%

R = 32.84%
G = 29.52%
B = 37.64%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#595066 (or 0x595066) is known color: Mobster. HEX triplet: 59, 50 and 66. RGB value is (89,80,102). Sum of RGB (Red+Green+Blue) = 89+80+102=271 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.84% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 102 - color contains mainly: blue. Hex color #595066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595066 is #A6AF99. Grayscale: #555555. Windows color (decimal): -10923930 or 6705241. OLE color: 6705241.

HSL color Cylindrical-coordinate representation of color #595066: hue angle of 264.55º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #595066 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 89 80 102 -
CMYK 0.13 0.22 0 0.6
HSL 264.55º 0.12% 0.36% -
HSV(B) 264.55º 0.22% 0.4% -
XYZ 9.39 8.82 13.78 -
YUV 85.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 89 80 102 0.13 0.22 0 0.6 264.55 0.12 0.36
Hex 59 50 66 D 16 0 3C 109 C 24
Octal 131 120 146 15 26 0 74 411 14 44
Binary 1011001 1010000 1100110 1101 10110 0 111100 100001001 1100 100100

Color Harmonies of #595066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595066

Black with #595066

Text Example


Text Example

White with #595066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595066; }

 p { color: rgb(89,80,102); }

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

background-color css

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

 a { background-color: rgb(89,80,102); }

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

border-color css

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

 span { border-color: rgb(89,80,102); }

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