#655782

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

Shades of Kimberly #655782

Tints of Kimberly #655782

Color information

#655782 (or 0x655782) is unknown color: approx Kimberly. HEX triplet: 65, 57 and 82. RGB value is (101,87,130). Sum of RGB (Red+Green+Blue) = 101+87+130=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 130 - color contains mainly: blue. Hex color #655782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655782 is #9AA87D. Grayscale: #5F5F5F. Windows color (decimal): -10135678 or 8542053. OLE color: 8542053.

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

Color convert

RGB10187130-
CMYK0.220.3300.49
HSL259.53º19.82%42.55%-
HSV(B)259.53º33.08%50.98%-
XYZ12.811.1922.61-
YUV96.09147.14131.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.76%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 130 (51.17% from 255) = 40.88%
R=31.76%
G=27.36%
B=40.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101871300.220.3300.49259.5319.8242.55
Hex6557821621031104142b
Octal14512720226410614042453
Binary110010110101111000001010110100001011000110000010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655782; }

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

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

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

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

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

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

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

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