Html Css Color HEX #57577D Comet

📋 copy color: '#57577D'

red 87 ◦ green 87 ◦ blue 125

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

Shades of Comet #57577D

Tints of Comet #57577D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.81%

R = 29.1%
G = 29.1%
B = 41.81%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57577D (or 0x57577D) is known color: Comet. HEX triplet: 57, 57 and 7D. RGB value is (87,87,125). Sum of RGB (Red+Green+Blue) = 87+87+125=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 125 - color contains mainly: blue. Hex color #57577D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57577D is #A8A882. Grayscale: #5B5B5B. Windows color (decimal): -11053187 or 8214359. OLE color: 8214359.

HSL color Cylindrical-coordinate representation of color #57577D: hue angle of 240º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #57577D is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 87 125 -
CMYK 0.30 0.30 0 0.51
HSL 240º 0.18% 0.42% -
HSV(B) 240º 0.3% 0.49% -
XYZ 11.04 10.32 20.81 -
YUV 91.33 147 124.91 -
System Red Green Blue C M Y K H S L
Decimal 87 87 125 0.30 0.30 0 0.51 240 0.18 0.42
Hex 57 57 7D 1E 1E 0 33 F0 12 2A
Octal 127 127 175 36 36 0 63 360 22 52
Binary 1010111 1010111 1111101 11110 11110 0 110011 11110000 10010 101010

Color Harmonies of #57577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57577D

Black with #57577D

Text Example


Text Example

White with #57577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57577D; }

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

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

background-color css

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

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

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

border-color css

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

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

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