Html Css Color HEX #655780 Kimberly

📋 copy color: '#655780'

red 101 ◦ green 87 ◦ blue 128

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

Shades of Kimberly #655780

Tints of Kimberly #655780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.53%

 BLUE value IS 128 (50.39% from 255) = 40.51%

R = 31.96%
G = 27.53%
B = 40.51%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#655780 (or 0x655780) is known color: Kimberly. HEX triplet: 65, 57 and 80. RGB value is (101,87,128). Sum of RGB (Red+Green+Blue) = 101+87+128=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 128 - color contains mainly: blue. Hex color #655780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655780 is #9AA87F. Grayscale: #5F5F5F. Windows color (decimal): -10135680 or 8410981. OLE color: 8410981.

HSL color Cylindrical-coordinate representation of color #655780: hue angle of 260.49º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #655780 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 87 128 -
CMYK 0.21 0.32 0 0.50
HSL 260.49º 0.19% 0.42% -
HSV(B) 260.49º 0.32% 0.5% -
XYZ 12.67 11.14 21.9 -
YUV 95.86 146.14 131.67 -
System Red Green Blue C M Y K H S L
Decimal 101 87 128 0.21 0.32 0 0.50 260.49 0.19 0.42
Hex 65 57 80 15 20 0 32 104 13 2A
Octal 145 127 200 25 40 0 62 404 23 52
Binary 1100101 1010111 10000000 10101 100000 0 110010 100000100 10011 101010

Color Harmonies of #655780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655780

Black with #655780

Text Example


Text Example

White with #655780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655780; }

 p { color: rgb(101,87,128); }

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

background-color css

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

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

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

border-color css

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

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

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