Html Css Color HEX #595A78 Comet

📋 copy color: '#595A78'

red 89 ◦ green 90 ◦ blue 120

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

Shades of Comet #595A78

Tints of Comet #595A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.13%

R = 29.77%
G = 30.1%
B = 40.13%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#595A78 (or 0x595A78) is known color: Comet. HEX triplet: 59, 5A and 78. RGB value is (89,90,120). Sum of RGB (Red+Green+Blue) = 89+90+120=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #595A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A78 is #A6A587. Grayscale: #5D5D5D. Windows color (decimal): -10921352 or 7887449. OLE color: 7887449.

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

Color convert

RGB 89 90 120 -
CMYK 0.26 0.25 0 0.53
HSL 238.06º 0.15% 0.41% -
HSV(B) 238.06º 0.26% 0.47% -
XYZ 11.17 10.79 19.26 -
YUV 93.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 89 90 120 0.26 0.25 0 0.53 238.06 0.15 0.41
Hex 59 5A 78 1A 19 0 35 EE F 29
Octal 131 132 170 32 31 0 65 356 17 51
Binary 1011001 1011010 1111000 11010 11001 0 110101 11101110 1111 101001

Color Harmonies of #595A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A78

Black with #595A78

Text Example


Text Example

White with #595A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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