Html Css Color HEX #575884 Comet

📋 copy color: '#575884'

red 87 ◦ green 88 ◦ blue 132

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

Shades of Comet #575884

Tints of Comet #575884

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.66%

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

R = 28.34%
G = 28.66%
B = 43%

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

#575884 (or 0x575884) is known color: Comet. HEX triplet: 57, 58 and 84. RGB value is (87,88,132). Sum of RGB (Red+Green+Blue) = 87+88+132=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #575884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575884 is #A8A77B. Grayscale: #5C5C5C. Windows color (decimal): -11052924 or 8673367. OLE color: 8673367.

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

Color convert

RGB 87 88 132 -
CMYK 0.34 0.33 0 0.48
HSL 238.67º 0.21% 0.43% -
HSV(B) 238.67º 0.34% 0.52% -
XYZ 11.59 10.67 23.28 -
YUV 92.72 150.17 123.92 -
System Red Green Blue C M Y K H S L
Decimal 87 88 132 0.34 0.33 0 0.48 238.67 0.21 0.43
Hex 57 58 84 22 21 0 30 EF 15 2B
Octal 127 130 204 42 41 0 60 357 25 53
Binary 1010111 1011000 10000100 100010 100001 0 110000 11101111 10101 101011

Color Harmonies of #575884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575884

Black with #575884

Text Example


Text Example

White with #575884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575884; }

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

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

background-color css

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

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

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

border-color css

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

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

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