Html Css Color HEX #595F7C Comet

📋 copy color: '#595F7C'

red 89 ◦ green 95 ◦ blue 124

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

Shades of Comet #595F7C

Tints of Comet #595F7C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.84%

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 28.9%
G = 30.84%
B = 40.26%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#595F7C (or 0x595F7C) is known color: Comet. HEX triplet: 59, 5F and 7C. RGB value is (89,95,124). Sum of RGB (Red+Green+Blue) = 89+95+124=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #595F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F7C is #A6A083. Grayscale: #606060. Windows color (decimal): -10920068 or 8150873. OLE color: 8150873.

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

Color convert

RGB 89 95 124 -
CMYK 0.28 0.23 0 0.51
HSL 229.71º 0.16% 0.42% -
HSV(B) 229.71º 0.28% 0.49% -
XYZ 11.85 11.76 20.71 -
YUV 96.51 143.51 122.64 -
System Red Green Blue C M Y K H S L
Decimal 89 95 124 0.28 0.23 0 0.51 229.71 0.16 0.42
Hex 59 5F 7C 1C 17 0 33 E6 10 2A
Octal 131 137 174 34 27 0 63 346 20 52
Binary 1011001 1011111 1111100 11100 10111 0 110011 11100110 10000 101010

Color Harmonies of #595F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595F7C

Black with #595F7C

Text Example


Text Example

White with #595F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,95,124); }

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

background-color css

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

 a { background-color: rgb(89,95,124); }

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

border-color css

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

 span { border-color: rgb(89,95,124); }

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