Html Css Color HEX #655979 Kimberly

📋 copy color: '#655979'

red 101 ◦ green 89 ◦ blue 121

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

Shades of Kimberly #655979

Tints of Kimberly #655979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.91%

R = 32.48%
G = 28.62%
B = 38.91%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#655979 (or 0x655979) is known color: Kimberly. HEX triplet: 65, 59 and 79. RGB value is (101,89,121). Sum of RGB (Red+Green+Blue) = 101+89+121=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 121 - color contains mainly: blue. Hex color #655979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655979 is #9AA686. Grayscale: #606060. Windows color (decimal): -10135175 or 7952741. OLE color: 7952741.

HSL color Cylindrical-coordinate representation of color #655979: hue angle of 262.5º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #655979 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 101 89 121 -
CMYK 0.17 0.26 0 0.53
HSL 262.5º 0.15% 0.41% -
HSV(B) 262.5º 0.26% 0.47% -
XYZ 12.39 11.29 19.62 -
YUV 96.24 141.98 131.4 -
System Red Green Blue C M Y K H S L
Decimal 101 89 121 0.17 0.26 0 0.53 262.5 0.15 0.41
Hex 65 59 79 11 1A 0 35 106 F 29
Octal 145 131 171 21 32 0 65 406 17 51
Binary 1100101 1011001 1111001 10001 11010 0 110101 100000110 1111 101001

Color Harmonies of #655979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655979

Black with #655979

Text Example


Text Example

White with #655979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655979; }

 p { color: rgb(101,89,121); }

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

background-color css

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

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

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

border-color css

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

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

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