Html Css Color HEX #655981 Kimberly

📋 copy color: '#655981'

red 101 ◦ green 89 ◦ blue 129

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

Shades of Kimberly #655981

Tints of Kimberly #655981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.44%

R = 31.66%
G = 27.9%
B = 40.44%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#655981 (or 0x655981) is known color: Kimberly. HEX triplet: 65, 59 and 81. RGB value is (101,89,129). Sum of RGB (Red+Green+Blue) = 101+89+129=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 129 - color contains mainly: blue. Hex color #655981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655981 is #9AA67E. Grayscale: #616161. Windows color (decimal): -10135167 or 8477029. OLE color: 8477029.

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

Color convert

RGB 101 89 129 -
CMYK 0.22 0.31 0 0.49
HSL 258º 0.18% 0.43% -
HSV(B) 258º 0.31% 0.51% -
XYZ 12.9 11.5 22.31 -
YUV 97.15 145.98 130.75 -
System Red Green Blue C M Y K H S L
Decimal 101 89 129 0.22 0.31 0 0.49 258 0.18 0.43
Hex 65 59 81 16 1F 0 31 102 12 2B
Octal 145 131 201 26 37 0 61 402 22 53
Binary 1100101 1011001 10000001 10110 11111 0 110001 100000010 10010 101011

Color Harmonies of #655981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655981

Black with #655981

Text Example


Text Example

White with #655981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655981; }

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

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

background-color css

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

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

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

border-color css

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

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

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