#5E588E

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

Shades of Kimberly #5E588E

Tints of Kimberly #5E588E

Color information

#5E588E (or 0x5E588E) is unknown color: approx Kimberly. HEX triplet: 5E, 58 and 8E. RGB value is (94,88,142). Sum of RGB (Red+Green+Blue) = 94+88+142=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E588E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E588E is #A1A771. Grayscale: #5F5F5F. Windows color (decimal): -10594162 or 9328734. OLE color: 9328734.

HSL color Cylindrical-coordinate representation of color #5E588E: hue angle of 246.67º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E588E is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9488142-
CMYK0.340.3800.44
HSL246.67º23.48%45.1%-
HSV(B)246.67º38.03%55.69%-
XYZ12.9911.3127.09-
YUV95.95153.99126.61-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.01%
GREEN value IS 88 (34.77% from 255) = 27.16%
BLUE value IS 142 (55.86% from 255) = 43.83%
R=29.01%
G=27.16%
B=43.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal94881420.340.3800.44246.6723.4845.1
Hex5E588E222602Cf7172d
Octal13613021642460543672755
Binary101111010110001000111010001010011001011001111011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E588E; }

 p { color: rgb(94,88,142); }

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

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

 a { background-color: rgb(94,88,142); }

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

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

 span { border-color: rgb(94,88,142); }

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