#655c8f

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

Shades of Kimberly #655C8F

Tints of Kimberly #655C8F

Color information

#655C8F (or 0x655C8F) is unknown color: approx Kimberly. HEX triplet: 65, 5C and 8F. RGB value is (101,92,143). Sum of RGB (Red+Green+Blue) = 101+92+143=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 143 - color contains mainly: blue. Hex color #655C8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655C8F is #9AA370. Grayscale: #646464. Windows color (decimal): -10134385 or 9395301. OLE color: 9395301.

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

Color convert

RGB10192143-
CMYK0.290.3600.44
HSL250.59º21.7%46.08%-
HSV(B)250.59º35.66%56.08%-
XYZ14.1512.427.63-
YUV100.5151.98128.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.06%
GREEN value IS 92 (36.33% from 255) = 27.38%
BLUE value IS 143 (56.25% from 255) = 42.56%
R=30.06%
G=27.38%
B=42.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101921430.290.3600.44250.5921.746.08
Hex655C8F1D2402Cfb162e
Octal14513421735440543732656
Binary11001011011100100011111110110010001011001111101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655c8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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