Html Css Color HEX #595F74 Comet

📋 copy color: '#595F74'

red 89 ◦ green 95 ◦ blue 116

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

Shades of Comet #595F74

Tints of Comet #595F74

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.67%

 BLUE value IS 116 (45.7% from 255) = 38.67%

R = 29.67%
G = 31.67%
B = 38.67%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#595F74 (or 0x595F74) is known color: Comet. HEX triplet: 59, 5F and 74. RGB value is (89,95,116). Sum of RGB (Red+Green+Blue) = 89+95+116=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 116 - color contains mainly: blue. Hex color #595F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F74 is #A6A08B. Grayscale: #5F5F5F. Windows color (decimal): -10920076 or 7626585. OLE color: 7626585.

HSL color Cylindrical-coordinate representation of color #595F74: hue angle of 226.67º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #595F74 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 95 116 -
CMYK 0.23 0.18 0 0.55
HSL 226.67º 0.13% 0.4% -
HSV(B) 226.67º 0.23% 0.45% -
XYZ 11.36 11.57 18.16 -
YUV 95.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 89 95 116 0.23 0.18 0 0.55 226.67 0.13 0.4
Hex 59 5F 74 17 12 0 37 E3 D 28
Octal 131 137 164 27 22 0 67 343 15 50
Binary 1011001 1011111 1110100 10111 10010 0 110111 11100011 1101 101000

Color Harmonies of #595F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595F74

Black with #595F74

Text Example


Text Example

White with #595F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595F74; }

 p { color: rgb(89,95,116); }

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

background-color css

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

 a { background-color: rgb(89,95,116); }

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

border-color css

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

 span { border-color: rgb(89,95,116); }

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