Html Css Color HEX #595A7D Comet

📋 copy color: '#595A7D'

red 89 ◦ green 90 ◦ blue 125

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

Shades of Comet #595A7D

Tints of Comet #595A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.12%

R = 29.28%
G = 29.61%
B = 41.12%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#595A7D (or 0x595A7D) is known color: Comet. HEX triplet: 59, 5A and 7D. RGB value is (89,90,125). Sum of RGB (Red+Green+Blue) = 89+90+125=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #595A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A7D is #A6A582. Grayscale: #5D5D5D. Windows color (decimal): -10921347 or 8215129. OLE color: 8215129.

HSL color Cylindrical-coordinate representation of color #595A7D: hue angle of 238.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #595A7D is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 90 125 -
CMYK 0.29 0.28 0 0.51
HSL 238.33º 0.17% 0.42% -
HSV(B) 238.33º 0.29% 0.49% -
XYZ 11.48 10.92 20.9 -
YUV 93.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 89 90 125 0.29 0.28 0 0.51 238.33 0.17 0.42
Hex 59 5A 7D 1D 1C 0 33 EE 11 2A
Octal 131 132 175 35 34 0 63 356 21 52
Binary 1011001 1011010 1111101 11101 11100 0 110011 11101110 10001 101010

Color Harmonies of #595A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595A7D

Black with #595A7D

Text Example


Text Example

White with #595A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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