Html Css Color HEX #57586B Comet

📋 copy color: '#57586B'

red 87 ◦ green 88 ◦ blue 107

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

Shades of Comet #57586B

Tints of Comet #57586B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.94%

R = 30.85%
G = 31.21%
B = 37.94%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#57586B (or 0x57586B) is known color: Comet. HEX triplet: 57, 58 and 6B. RGB value is (87,88,107). Sum of RGB (Red+Green+Blue) = 87+88+107=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 107 - color contains mainly: blue. Hex color #57586B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57586B is #A8A794. Grayscale: #595959. Windows color (decimal): -11052949 or 7034967. OLE color: 7034967.

HSL color Cylindrical-coordinate representation of color #57586B: hue angle of 237º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #57586B is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 87 88 107 -
CMYK 0.19 0.18 0 0.58
HSL 237º 0.1% 0.38% -
HSV(B) 237º 0.19% 0.42% -
XYZ 10.07 10.07 15.32 -
YUV 89.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 87 88 107 0.19 0.18 0 0.58 237 0.1 0.38
Hex 57 58 6B 13 12 0 3A ED A 26
Octal 127 130 153 23 22 0 72 355 12 46
Binary 1010111 1011000 1101011 10011 10010 0 111010 11101101 1010 100110

Color Harmonies of #57586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57586B

Black with #57586B

Text Example


Text Example

White with #57586B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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