#65557A

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

Shades of Kimberly #65557A

Tints of Kimberly #65557A

Color information

#65557A (or 0x65557A) is unknown color: approx Kimberly. HEX triplet: 65, 55 and 7A. RGB value is (101,85,122). Sum of RGB (Red+Green+Blue) = 101+85+122=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #65557A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65557A is #9AAA85. Grayscale: #5D5D5D. Windows color (decimal): -10136198 or 8017253. OLE color: 8017253.

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

Color convert

RGB10185122-
CMYK0.170.3000.52
HSL265.95º17.87%40.59%-
HSV(B)265.95º30.33%47.84%-
XYZ12.1310.6719.83-
YUV94143.8132.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.79%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 122 (48.05% from 255) = 39.61%
R=32.79%
G=27.60%
B=39.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101851220.170.3000.52265.9517.8740.59
Hex65557A111E03410a1229
Octal14512517221360644122251
Binary1100101101010111110101000111110011010010000101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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