Html Css Color HEX #655682 Kimberly

📋 copy color: '#655682'

red 101 ◦ green 86 ◦ blue 130

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

Shades of Kimberly #655682

Tints of Kimberly #655682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.13%

 BLUE value IS 130 (51.17% from 255) = 41.01%

R = 31.86%
G = 27.13%
B = 41.01%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#655682 (or 0x655682) is known color: Kimberly. HEX triplet: 65, 56 and 82. RGB value is (101,86,130). Sum of RGB (Red+Green+Blue) = 101+86+130=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 130 - color contains mainly: blue. Hex color #655682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655682 is #9AA97D. Grayscale: #5F5F5F. Windows color (decimal): -10135934 or 8541797. OLE color: 8541797.

HSL color Cylindrical-coordinate representation of color #655682: hue angle of 260.45º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #655682 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 86 130 -
CMYK 0.22 0.34 0 0.49
HSL 260.45º 0.2% 0.42% -
HSV(B) 260.45º 0.34% 0.51% -
XYZ 12.72 11.03 22.58 -
YUV 95.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 101 86 130 0.22 0.34 0 0.49 260.45 0.2 0.42
Hex 65 56 82 16 22 0 31 104 14 2A
Octal 145 126 202 26 42 0 61 404 24 52
Binary 1100101 1010110 10000010 10110 100010 0 110001 100000100 10100 101010

Color Harmonies of #655682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655682

Black with #655682

Text Example


Text Example

White with #655682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655682; }

 p { color: rgb(101,86,130); }

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

background-color css

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

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

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

border-color css

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

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

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