#5E588B

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

Shades of Kimberly #5E588B

Tints of Kimberly #5E588B

Color information

#5E588B (or 0x5E588B) is unknown color: approx Kimberly. HEX triplet: 5E, 58 and 8B. RGB value is (94,88,139). Sum of RGB (Red+Green+Blue) = 94+88+139=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #5E588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E588B is #A1A774. Grayscale: #5F5F5F. Windows color (decimal): -10594165 or 9132126. OLE color: 9132126.

HSL color Cylindrical-coordinate representation of color #5E588B: hue angle of 247.06º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E588B is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9488139-
CMYK0.320.3700.45
HSL247.06º22.47%44.51%-
HSV(B)247.06º36.69%54.51%-
XYZ12.7711.2225.92-
YUV95.61152.49126.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.28%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 139 (54.69% from 255) = 43.30%
R=29.28%
G=27.41%
B=43.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal94881390.320.3700.45247.0622.4744.51
Hex5E588B202502Df7162d
Octal13613021340450553672655
Binary101111010110001000101110000010010101011011111011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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