Html Css Color HEX #595B84 Comet

📋 copy color: '#595B84'

red 89 ◦ green 91 ◦ blue 132

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

Shades of Comet #595B84

Tints of Comet #595B84

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.17%

 BLUE value IS 132 (51.95% from 255) = 42.31%

R = 28.53%
G = 29.17%
B = 42.31%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#595B84 (or 0x595B84) is known color: Comet. HEX triplet: 59, 5B and 84. RGB value is (89,91,132). Sum of RGB (Red+Green+Blue) = 89+91+132=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #595B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595B84 is #A6A47B. Grayscale: #5E5E5E. Windows color (decimal): -10921084 or 8674137. OLE color: 8674137.

HSL color Cylindrical-coordinate representation of color #595B84: hue angle of 237.21º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #595B84 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 91 132 -
CMYK 0.33 0.31 0 0.48
HSL 237.21º 0.19% 0.43% -
HSV(B) 237.21º 0.33% 0.52% -
XYZ 12.03 11.27 23.37 -
YUV 95.08 148.84 123.67 -
System Red Green Blue C M Y K H S L
Decimal 89 91 132 0.33 0.31 0 0.48 237.21 0.19 0.43
Hex 59 5B 84 21 1F 0 30 ED 13 2B
Octal 131 133 204 41 37 0 60 355 23 53
Binary 1011001 1011011 10000100 100001 11111 0 110000 11101101 10011 101011

Color Harmonies of #595B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595B84

Black with #595B84

Text Example


Text Example

White with #595B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,91,132); }

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

background-color css

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

 a { background-color: rgb(89,91,132); }

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

border-color css

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

 span { border-color: rgb(89,91,132); }

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