Html Css Color HEX #595D84 Comet

📋 copy color: '#595D84'

red 89 ◦ green 93 ◦ blue 132

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

Shades of Comet #595D84

Tints of Comet #595D84

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.62%

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

R = 28.34%
G = 29.62%
B = 42.04%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#595D84 (or 0x595D84) is known color: Comet. HEX triplet: 59, 5D and 84. RGB value is (89,93,132). Sum of RGB (Red+Green+Blue) = 89+93+132=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #595D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595D84 is #A6A27B. Grayscale: #606060. Windows color (decimal): -10920572 or 8674649. OLE color: 8674649.

HSL color Cylindrical-coordinate representation of color #595D84: hue angle of 234.42º 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 #595D84 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 93 132 -
CMYK 0.33 0.30 0 0.48
HSL 234.42º 0.19% 0.43% -
HSV(B) 234.42º 0.33% 0.52% -
XYZ 12.2 11.62 23.43 -
YUV 96.25 148.17 122.83 -
System Red Green Blue C M Y K H S L
Decimal 89 93 132 0.33 0.30 0 0.48 234.42 0.19 0.43
Hex 59 5D 84 21 1E 0 30 EA 13 2B
Octal 131 135 204 41 36 0 60 352 23 53
Binary 1011001 1011101 10000100 100001 11110 0 110000 11101010 10011 101011

Color Harmonies of #595D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595D84

Black with #595D84

Text Example


Text Example

White with #595D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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