Html Css Color HEX #656572 Comet

📋 copy color: '#656572'

red 101 ◦ green 101 ◦ blue 114

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

Shades of Comet #656572

Tints of Comet #656572

RGB

 RED value IS 101 (39.84% from 255) = 31.96%

 GREEN value IS 101 (39.84% from 255) = 31.96%

 BLUE value IS 114 (44.92% from 255) = 36.08%

R = 31.96%
G = 31.96%
B = 36.08%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#656572 (or 0x656572) is known color: Comet. HEX triplet: 65, 65 and 72. RGB value is (101,101,114). Sum of RGB (Red+Green+Blue) = 101+101+114=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 114 - color contains mainly: blue. Hex color #656572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656572 is #9A9A8D. Grayscale: #666666. Windows color (decimal): -10132110 or 7497061. OLE color: 7497061.

HSL color Cylindrical-coordinate representation of color #656572: hue angle of 240º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #656572 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 101 101 114 -
CMYK 0.11 0.11 0 0.55
HSL 240º 0.06% 0.42% -
HSV(B) 240º 0.11% 0.45% -
XYZ 13.06 13.29 17.8 -
YUV 102.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 101 101 114 0.11 0.11 0 0.55 240 0.06 0.42
Hex 65 65 72 B B 0 37 F0 6 2A
Octal 145 145 162 13 13 0 67 360 6 52
Binary 1100101 1100101 1110010 1011 1011 0 110111 11110000 110 101010

Color Harmonies of #656572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656572

Black with #656572

Text Example


Text Example

White with #656572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656572; }

 p { color: rgb(101,101,114); }

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

background-color css

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

 a { background-color: rgb(101,101,114); }

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

border-color css

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

 span { border-color: rgb(101,101,114); }

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