#655C82

Color #655C82 Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #655C82

Tints of Kimberly #655C82

Color information

#655C82 (or 0x655C82) is unknown color: approx Kimberly. HEX triplet: 65, 5C and 82. RGB value is (101,92,130). Sum of RGB (Red+Green+Blue) = 101+92+130=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #655C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655C82 is #9AA37D. Grayscale: #626262. Windows color (decimal): -10134398 or 8543333. OLE color: 8543333.

HSL color Cylindrical-coordinate representation of color #655C82: hue angle of 254.21º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #655C82 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10192130-
CMYK0.220.2900.49
HSL254.21º17.12%43.53%-
HSV(B)254.21º29.23%50.98%-
XYZ13.2212.0322.74-
YUV99.02145.48129.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.27%
GREEN value IS 92 (36.33% from 255) = 28.48%
BLUE value IS 130 (51.17% from 255) = 40.25%
R=31.27%
G=28.48%
B=40.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101921300.220.2900.49254.2117.1243.53
Hex655C82161D031fe112c
Octal14513420226350613762154
Binary1100101101110010000010101101110101100011111111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655C82; }

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

 H1.HeaderClassName
 {
   color: #655C82;
 }
 .AnyTagClassName
 {
   color: #655C82;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #655C82;
 }
 .BgClassName
 {
   background-color: #655C82;
 }
</style>
border-color css

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

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

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