#65567B

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

Shades of Kimberly #65567B

Tints of Kimberly #65567B

Color information

#65567B (or 0x65567B) is unknown color: approx Kimberly. HEX triplet: 65, 56 and 7B. RGB value is (101,86,123). Sum of RGB (Red+Green+Blue) = 101+86+123=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 123 - color contains mainly: blue. Hex color #65567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65567B is #9AA984. Grayscale: #5E5E5E. Windows color (decimal): -10135941 or 8083045. OLE color: 8083045.

HSL color Cylindrical-coordinate representation of color #65567B: hue angle of 264.32º 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 #65567B is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10186123-
CMYK0.180.3000.52
HSL264.32º17.7%40.98%-
HSV(B)264.32º30.08%48.24%-
XYZ12.2710.8520.19-
YUV94.7143.97132.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.58%
GREEN value IS 86 (33.98% from 255) = 27.74%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=32.58%
G=27.74%
B=39.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101861230.180.3000.52264.3217.740.98
Hex65567B121E0341081229
Octal14512617322360644102251
Binary1100101101011011110111001011110011010010000100010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65567B; }

 p { color: rgb(101,86,123); }

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

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

 a { background-color: rgb(101,86,123); }

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

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

 span { border-color: rgb(101,86,123); }

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