#5E5886

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

Shades of Kimberly #5E5886

Tints of Kimberly #5E5886

Color information

#5E5886 (or 0x5E5886) is unknown color: approx Kimberly. HEX triplet: 5E, 58 and 86. RGB value is (94,88,134). Sum of RGB (Red+Green+Blue) = 94+88+134=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 134 - color contains mainly: blue. Hex color #5E5886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5886 is #A1A779. Grayscale: #5E5E5E. Windows color (decimal): -10594170 or 8804446. OLE color: 8804446.

HSL color Cylindrical-coordinate representation of color #5E5886: hue angle of 247.83º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E5886 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9488134-
CMYK0.300.3400.47
HSL247.83º20.72%43.53%-
HSV(B)247.83º34.33%52.55%-
XYZ12.4111.0824.04-
YUV95.04149.99127.26-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.75%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 134 (52.73% from 255) = 42.41%
R=29.75%
G=27.85%
B=42.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal94881340.300.3400.47247.8320.7243.53
Hex5E58861E2202Ff8152c
Octal13613020636420573702554
Binary10111101011000100001101111010001001011111111100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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