Html Css Color HEX #575984 Comet

📋 copy color: '#575984'

red 87 ◦ green 89 ◦ blue 132

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

Shades of Comet #575984

Tints of Comet #575984

RGB

 RED value IS 87 (34.38% from 255) = 28.25%

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

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

R = 28.25%
G = 28.9%
B = 42.86%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#575984 (or 0x575984) is known color: Comet. HEX triplet: 57, 59 and 84. RGB value is (87,89,132). Sum of RGB (Red+Green+Blue) = 87+89+132=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #575984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575984 is #A8A67B. Grayscale: #5D5D5D. Windows color (decimal): -11052668 or 8673623. OLE color: 8673623.

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

Color convert

RGB 87 89 132 -
CMYK 0.34 0.33 0 0.48
HSL 237.33º 0.21% 0.43% -
HSV(B) 237.33º 0.34% 0.52% -
XYZ 11.67 10.84 23.31 -
YUV 93.3 149.84 123.5 -
System Red Green Blue C M Y K H S L
Decimal 87 89 132 0.34 0.33 0 0.48 237.33 0.21 0.43
Hex 57 59 84 22 21 0 30 ED 15 2B
Octal 127 131 204 42 41 0 60 355 25 53
Binary 1010111 1011001 10000100 100010 100001 0 110000 11101101 10101 101011

Color Harmonies of #575984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575984

Black with #575984

Text Example


Text Example

White with #575984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575984; }

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

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

background-color css

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

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

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

border-color css

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

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

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