#65597A

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

Shades of Kimberly #65597A

Tints of Kimberly #65597A

Color information

#65597A (or 0x65597A) is unknown color: approx Kimberly. HEX triplet: 65, 59 and 7A. RGB value is (101,89,122). Sum of RGB (Red+Green+Blue) = 101+89+122=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 122 - color contains mainly: blue. Hex color #65597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65597A is #9AA685. Grayscale: #606060. Windows color (decimal): -10135174 or 8018277. OLE color: 8018277.

HSL color Cylindrical-coordinate representation of color #65597A: hue angle of 261.82º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65597A is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10189122-
CMYK0.170.2700.52
HSL261.82º15.64%41.37%-
HSV(B)261.82º27.05%47.84%-
XYZ12.4511.3219.94-
YUV96.35142.48131.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.37%
GREEN value IS 89 (35.16% from 255) = 28.53%
BLUE value IS 122 (48.05% from 255) = 39.10%
R=32.37%
G=28.53%
B=39.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101891220.170.2700.52261.8215.6441.37
Hex65597A111B0341061029
Octal14513117221330644062051
Binary1100101101100111110101000111011011010010000011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65597A; }

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

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

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

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

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

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

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

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