#75658B

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

Shades of Kimberly #75658B

Tints of Kimberly #75658B

Color information

#75658B (or 0x75658B) is unknown color: approx Kimberly. HEX triplet: 75, 65 and 8B. RGB value is (117,101,139). Sum of RGB (Red+Green+Blue) = 117+101+139=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 139 - color contains mainly: blue. Hex color #75658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75658B is #8A9A74. Grayscale: #6D6D6D. Windows color (decimal): -9083509 or 9135477. OLE color: 9135477.

HSL color Cylindrical-coordinate representation of color #75658B: hue angle of 265.26º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75658B is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB117101139-
CMYK0.160.2700.45
HSL265.26º15.83%47.06%-
HSV(B)265.26º27.34%54.51%-
XYZ16.6514.9526.43-
YUV110.12144.3132.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.77%
GREEN value IS 101 (39.84% from 255) = 28.29%
BLUE value IS 139 (54.69% from 255) = 38.94%
R=32.77%
G=28.29%
B=38.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171011390.160.2700.45265.2615.8347.06
Hex75658B101B02D109102f
Octal16514521320330554112057
Binary11101011100101100010111000011011010110110000100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,101,139); }

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

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

 a { background-color: rgb(117,101,139); }

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

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

 span { border-color: rgb(117,101,139); }

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