Html Css Color HEX #595D7A Comet

📋 copy color: '#595D7A'

red 89 ◦ green 93 ◦ blue 122

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

Shades of Comet #595D7A

Tints of Comet #595D7A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.59%

 BLUE value IS 122 (48.05% from 255) = 40.13%

R = 29.28%
G = 30.59%
B = 40.13%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#595D7A (or 0x595D7A) is known color: Comet. HEX triplet: 59, 5D and 7A. RGB value is (89,93,122). Sum of RGB (Red+Green+Blue) = 89+93+122=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 122 - color contains mainly: blue. Hex color #595D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D7A is #A6A285. Grayscale: #5E5E5E. Windows color (decimal): -10920582 or 8019289. OLE color: 8019289.

HSL color Cylindrical-coordinate representation of color #595D7A: hue angle of 232.73º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #595D7A is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 89 93 122 -
CMYK 0.27 0.24 0 0.52
HSL 232.73º 0.16% 0.41% -
HSV(B) 232.73º 0.27% 0.48% -
XYZ 11.55 11.36 20 -
YUV 95.11 143.17 123.64 -
System Red Green Blue C M Y K H S L
Decimal 89 93 122 0.27 0.24 0 0.52 232.73 0.16 0.41
Hex 59 5D 7A 1B 18 0 34 E9 10 29
Octal 131 135 172 33 30 0 64 351 20 51
Binary 1011001 1011101 1111010 11011 11000 0 110100 11101001 10000 101001

Color Harmonies of #595D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595D7A

Black with #595D7A

Text Example


Text Example

White with #595D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,93,122); }

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

background-color css

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

 a { background-color: rgb(89,93,122); }

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

border-color css

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

 span { border-color: rgb(89,93,122); }

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