Html Css Color HEX #656585 Comet

📋 copy color: '#656585'

red 101 ◦ green 101 ◦ blue 133

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

Shades of Comet #656585

Tints of Comet #656585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.7%

R = 30.15%
G = 30.15%
B = 39.7%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#656585 (or 0x656585) is known color: Comet. HEX triplet: 65, 65 and 85. RGB value is (101,101,133). Sum of RGB (Red+Green+Blue) = 101+101+133=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #656585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656585 is #9A9A7A. Grayscale: #686868. Windows color (decimal): -10132091 or 8742245. OLE color: 8742245.

HSL color Cylindrical-coordinate representation of color #656585: hue angle of 240º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #656585 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 101 133 -
CMYK 0.24 0.24 0 0.48
HSL 240º 0.14% 0.46% -
HSV(B) 240º 0.24% 0.52% -
XYZ 14.25 13.77 24.1 -
YUV 104.65 144 125.4 -
System Red Green Blue C M Y K H S L
Decimal 101 101 133 0.24 0.24 0 0.48 240 0.14 0.46
Hex 65 65 85 18 18 0 30 F0 E 2E
Octal 145 145 205 30 30 0 60 360 16 56
Binary 1100101 1100101 10000101 11000 11000 0 110000 11110000 1110 101110

Color Harmonies of #656585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656585

Black with #656585

Text Example


Text Example

White with #656585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656585; }

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

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

background-color css

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

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

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

border-color css

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

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

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