Html Css Color HEX #595C84 Comet

📋 copy color: '#595C84'

red 89 ◦ green 92 ◦ blue 132

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

Shades of Comet #595C84

Tints of Comet #595C84

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.39%

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

R = 28.43%
G = 29.39%
B = 42.17%

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

#595C84 (or 0x595C84) is known color: Comet. HEX triplet: 59, 5C and 84. RGB value is (89,92,132). Sum of RGB (Red+Green+Blue) = 89+92+132=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 132 - color contains mainly: blue. Hex color #595C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595C84 is #A6A37B. Grayscale: #5F5F5F. Windows color (decimal): -10920828 or 8674393. OLE color: 8674393.

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

Color convert

RGB 89 92 132 -
CMYK 0.33 0.30 0 0.48
HSL 235.81º 0.19% 0.43% -
HSV(B) 235.81º 0.33% 0.52% -
XYZ 12.11 11.44 23.4 -
YUV 95.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 89 92 132 0.33 0.30 0 0.48 235.81 0.19 0.43
Hex 59 5C 84 21 1E 0 30 EC 13 2B
Octal 131 134 204 41 36 0 60 354 23 53
Binary 1011001 1011100 10000100 100001 11110 0 110000 11101100 10011 101011

Color Harmonies of #595C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595C84

Black with #595C84

Text Example


Text Example

White with #595C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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