Html Css Color HEX #575770 Comet

📋 copy color: '#575770'

red 87 ◦ green 87 ◦ blue 112

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

Shades of Comet #575770

Tints of Comet #575770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.16%

R = 30.42%
G = 30.42%
B = 39.16%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#575770 (or 0x575770) is known color: Comet. HEX triplet: 57, 57 and 70. RGB value is (87,87,112). Sum of RGB (Red+Green+Blue) = 87+87+112=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 112 - color contains mainly: blue. Hex color #575770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575770 is #A8A88F. Grayscale: #595959. Windows color (decimal): -11053200 or 7362391. OLE color: 7362391.

HSL color Cylindrical-coordinate representation of color #575770: hue angle of 240º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #575770 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 87 112 -
CMYK 0.22 0.22 0 0.56
HSL 240º 0.13% 0.39% -
HSV(B) 240º 0.22% 0.44% -
XYZ 10.26 10.01 16.72 -
YUV 89.85 140.5 125.97 -
System Red Green Blue C M Y K H S L
Decimal 87 87 112 0.22 0.22 0 0.56 240 0.13 0.39
Hex 57 57 70 16 16 0 38 F0 D 27
Octal 127 127 160 26 26 0 70 360 15 47
Binary 1010111 1010111 1110000 10110 10110 0 111000 11110000 1101 100111

Color Harmonies of #575770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575770

Black with #575770

Text Example


Text Example

White with #575770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575770; }

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

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

background-color css

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

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

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

border-color css

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

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

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