Html Css Color HEX #595A77 Comet

📋 copy color: '#595A77'

red 89 ◦ green 90 ◦ blue 119

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

Shades of Comet #595A77

Tints of Comet #595A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.93%

R = 29.87%
G = 30.2%
B = 39.93%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#595A77 (or 0x595A77) is known color: Comet. HEX triplet: 59, 5A and 77. RGB value is (89,90,119). Sum of RGB (Red+Green+Blue) = 89+90+119=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 119 - color contains mainly: blue. Hex color #595A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A77 is #A6A588. Grayscale: #5C5C5C. Windows color (decimal): -10921353 or 7821913. OLE color: 7821913.

HSL color Cylindrical-coordinate representation of color #595A77: hue angle of 238º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #595A77 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 89 90 119 -
CMYK 0.25 0.24 0 0.53
HSL 238º 0.14% 0.41% -
HSV(B) 238º 0.25% 0.47% -
XYZ 11.11 10.77 18.95 -
YUV 93.01 142.67 125.14 -
System Red Green Blue C M Y K H S L
Decimal 89 90 119 0.25 0.24 0 0.53 238 0.14 0.41
Hex 59 5A 77 19 18 0 35 EE E 29
Octal 131 132 167 31 30 0 65 356 16 51
Binary 1011001 1011010 1110111 11001 11000 0 110101 11101110 1110 101001

Color Harmonies of #595A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A77

Black with #595A77

Text Example


Text Example

White with #595A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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