Html Css Color HEX #575779 Comet

📋 copy color: '#575779'

red 87 ◦ green 87 ◦ blue 121

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

Shades of Comet #575779

Tints of Comet #575779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.49%

 BLUE value IS 121 (47.66% from 255) = 41.02%

R = 29.49%
G = 29.49%
B = 41.02%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#575779 (or 0x575779) is known color: Comet. HEX triplet: 57, 57 and 79. RGB value is (87,87,121). Sum of RGB (Red+Green+Blue) = 87+87+121=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #575779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575779 is #A8A886. Grayscale: #5A5A5A. Windows color (decimal): -11053191 or 7952215. OLE color: 7952215.

HSL color Cylindrical-coordinate representation of color #575779: hue angle of 240º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #575779 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 87 121 -
CMYK 0.28 0.28 0 0.53
HSL 240º 0.16% 0.41% -
HSV(B) 240º 0.28% 0.47% -
XYZ 10.79 10.22 19.49 -
YUV 90.88 145 125.24 -
System Red Green Blue C M Y K H S L
Decimal 87 87 121 0.28 0.28 0 0.53 240 0.16 0.41
Hex 57 57 79 1C 1C 0 35 F0 10 29
Octal 127 127 171 34 34 0 65 360 20 51
Binary 1010111 1010111 1111001 11100 11100 0 110101 11110000 10000 101001

Color Harmonies of #575779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575779

Black with #575779

Text Example


Text Example

White with #575779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575779; }

 p { color: rgb(87,87,121); }

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

background-color css

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

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

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

border-color css

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

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

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