Html Css Color HEX #56576E Comet

📋 copy color: '#56576E'

red 86 ◦ green 87 ◦ blue 110

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

Shades of Comet #56576E

Tints of Comet #56576E

RGB

 RED value IS 86 (33.98% from 255) = 30.39%

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

 BLUE value IS 110 (43.36% from 255) = 38.87%

R = 30.39%
G = 30.74%
B = 38.87%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56576E (or 0x56576E) is known color: Comet. HEX triplet: 56, 57 and 6E. RGB value is (86,87,110). Sum of RGB (Red+Green+Blue) = 86+87+110=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 110 - color contains mainly: blue. Hex color #56576E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56576E is #A9A891. Grayscale: #595959. Windows color (decimal): -11118738 or 7231318. OLE color: 7231318.

HSL color Cylindrical-coordinate representation of color #56576E: hue angle of 237.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #56576E is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 87 110 -
CMYK 0.22 0.21 0 0.57
HSL 237.5º 0.12% 0.38% -
HSV(B) 237.5º 0.22% 0.43% -
XYZ 10.06 9.92 16.14 -
YUV 89.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 86 87 110 0.22 0.21 0 0.57 237.5 0.12 0.38
Hex 56 57 6E 16 15 0 39 EE C 26
Octal 126 127 156 26 25 0 71 356 14 46
Binary 1010110 1010111 1101110 10110 10101 0 111001 11101110 1100 100110

Color Harmonies of #56576E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56576E

Black with #56576E

Text Example


Text Example

White with #56576E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56576E; }

 p { color: rgb(86,87,110); }

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

background-color css

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

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

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

border-color css

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

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

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