Html Css Color HEX #575E7C Comet

📋 copy color: '#575E7C'

red 87 ◦ green 94 ◦ blue 124

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

Shades of Comet #575E7C

Tints of Comet #575E7C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.82%

 BLUE value IS 124 (48.83% from 255) = 40.66%

R = 28.52%
G = 30.82%
B = 40.66%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#575E7C (or 0x575E7C) is known color: Comet. HEX triplet: 57, 5E and 7C. RGB value is (87,94,124). Sum of RGB (Red+Green+Blue) = 87+94+124=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #575E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E7C is #A8A183. Grayscale: #5F5F5F. Windows color (decimal): -11051396 or 8150615. OLE color: 8150615.

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

Color convert

RGB 87 94 124 -
CMYK 0.30 0.24 0 0.51
HSL 228.65º 0.18% 0.41% -
HSV(B) 228.65º 0.3% 0.49% -
XYZ 11.57 11.49 20.68 -
YUV 95.33 144.18 122.06 -
System Red Green Blue C M Y K H S L
Decimal 87 94 124 0.30 0.24 0 0.51 228.65 0.18 0.41
Hex 57 5E 7C 1E 18 0 33 E5 12 29
Octal 127 136 174 36 30 0 63 345 22 51
Binary 1010111 1011110 1111100 11110 11000 0 110011 11100101 10010 101001

Color Harmonies of #575E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575E7C

Black with #575E7C

Text Example


Text Example

White with #575E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575E7C; }

 p { color: rgb(87,94,124); }

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

background-color css

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

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

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

border-color css

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

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

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