Html Css Color HEX #57586F Comet

📋 copy color: '#57586F'

red 87 ◦ green 88 ◦ blue 111

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

Shades of Comet #57586F

Tints of Comet #57586F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.77%

 BLUE value IS 111 (43.75% from 255) = 38.81%

R = 30.42%
G = 30.77%
B = 38.81%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#57586F (or 0x57586F) is known color: Comet. HEX triplet: 57, 58 and 6F. RGB value is (87,88,111). Sum of RGB (Red+Green+Blue) = 87+88+111=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 111 - color contains mainly: blue. Hex color #57586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57586F is #A8A790. Grayscale: #5A5A5A. Windows color (decimal): -11052945 or 7297111. OLE color: 7297111.

HSL color Cylindrical-coordinate representation of color #57586F: hue angle of 237.5º degrees, saturation: 0.12, 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 #57586F is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 88 111 -
CMYK 0.22 0.21 0 0.56
HSL 237.5º 0.12% 0.39% -
HSV(B) 237.5º 0.22% 0.44% -
XYZ 10.29 10.15 16.46 -
YUV 90.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 87 88 111 0.22 0.21 0 0.56 237.5 0.12 0.39
Hex 57 58 6F 16 15 0 38 EE C 27
Octal 127 130 157 26 25 0 70 356 14 47
Binary 1010111 1011000 1101111 10110 10101 0 111000 11101110 1100 100111

Color Harmonies of #57586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57586F

Black with #57586F

Text Example


Text Example

White with #57586F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57586F; }

 p { color: rgb(87,88,111); }

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

background-color css

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

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

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

border-color css

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

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

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