Html Css Color HEX #595E7D Comet

📋 copy color: '#595E7D'

red 89 ◦ green 94 ◦ blue 125

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

Shades of Comet #595E7D

Tints of Comet #595E7D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.52%

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

R = 28.9%
G = 30.52%
B = 40.58%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#595E7D (or 0x595E7D) is known color: Comet. HEX triplet: 59, 5E and 7D. RGB value is (89,94,125). Sum of RGB (Red+Green+Blue) = 89+94+125=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 125 - color contains mainly: blue. Hex color #595E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E7D is #A6A182. Grayscale: #5F5F5F. Windows color (decimal): -10920323 or 8216153. OLE color: 8216153.

HSL color Cylindrical-coordinate representation of color #595E7D: hue angle of 231.67º 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 #595E7D is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 94 125 -
CMYK 0.29 0.25 0 0.51
HSL 231.67º 0.17% 0.42% -
HSV(B) 231.67º 0.29% 0.49% -
XYZ 11.82 11.61 21.02 -
YUV 96.04 144.34 122.98 -
System Red Green Blue C M Y K H S L
Decimal 89 94 125 0.29 0.25 0 0.51 231.67 0.17 0.42
Hex 59 5E 7D 1D 19 0 33 E8 11 2A
Octal 131 136 175 35 31 0 63 350 21 52
Binary 1011001 1011110 1111101 11101 11001 0 110011 11101000 10001 101010

Color Harmonies of #595E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595E7D

Black with #595E7D

Text Example


Text Example

White with #595E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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