Html Css Color HEX #595A70 Comet

📋 copy color: '#595A70'

red 89 ◦ green 90 ◦ blue 112

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

Shades of Comet #595A70

Tints of Comet #595A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.93%

 BLUE value IS 112 (44.14% from 255) = 38.49%

R = 30.58%
G = 30.93%
B = 38.49%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#595A70 (or 0x595A70) is known color: Comet. HEX triplet: 59, 5A and 70. RGB value is (89,90,112). Sum of RGB (Red+Green+Blue) = 89+90+112=291 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.58% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 112 - color contains mainly: blue. Hex color #595A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A70 is #A6A58F. Grayscale: #5C5C5C. Windows color (decimal): -10921360 or 7363161. OLE color: 7363161.

HSL color Cylindrical-coordinate representation of color #595A70: hue angle of 237.39º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #595A70 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 90 112 -
CMYK 0.21 0.20 0 0.56
HSL 237.39º 0.11% 0.39% -
HSV(B) 237.39º 0.21% 0.44% -
XYZ 10.7 10.61 16.81 -
YUV 92.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 89 90 112 0.21 0.20 0 0.56 237.39 0.11 0.39
Hex 59 5A 70 15 14 0 38 ED B 27
Octal 131 132 160 25 24 0 70 355 13 47
Binary 1011001 1011010 1110000 10101 10100 0 111000 11101101 1011 100111

Color Harmonies of #595A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A70

Black with #595A70

Text Example


Text Example

White with #595A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,90,112); }

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

background-color css

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

 a { background-color: rgb(89,90,112); }

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

border-color css

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

 span { border-color: rgb(89,90,112); }

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