Html Css Color HEX #57596A Comet

📋 copy color: '#57596A'

red 87 ◦ green 89 ◦ blue 106

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

Shades of Comet #57596A

Tints of Comet #57596A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.56%

 BLUE value IS 106 (41.8% from 255) = 37.59%

R = 30.85%
G = 31.56%
B = 37.59%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#57596A (or 0x57596A) is known color: Comet. HEX triplet: 57, 59 and 6A. RGB value is (87,89,106). Sum of RGB (Red+Green+Blue) = 87+89+106=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 106 - color contains mainly: blue. Hex color #57596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57596A is #A8A695. Grayscale: #5A5A5A. Windows color (decimal): -11052694 or 6969687. OLE color: 6969687.

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

Color convert

RGB 87 89 106 -
CMYK 0.18 0.16 0 0.58
HSL 233.68º 0.1% 0.38% -
HSV(B) 233.68º 0.18% 0.42% -
XYZ 10.1 10.21 15.07 -
YUV 90.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 87 89 106 0.18 0.16 0 0.58 233.68 0.1 0.38
Hex 57 59 6A 12 10 0 3A EA A 26
Octal 127 131 152 22 20 0 72 352 12 46
Binary 1010111 1011001 1101010 10010 10000 0 111010 11101010 1010 100110

Color Harmonies of #57596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57596A

Black with #57596A

Text Example


Text Example

White with #57596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57596A; }

 p { color: rgb(87,89,106); }

 H1.HeaderClassName
 {
   color: #57596A;
 }
 .AnyTagClassName
 {
   color: #57596A;
 }
</style>

background-color css

<style>
 a { background-color: #57596A; }

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

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

border-color css

<style>
 span { border-color: #57596A; }

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

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