Html Css Color HEX #5E597F Kimberly

📋 copy color: '#5E597F'

red 94 ◦ green 89 ◦ blue 127

#5E597F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kimberly #5E597F

Tints of Kimberly #5E597F

RGB

 RED value IS 94 (37.11% from 255) = 30.32%

 GREEN value IS 89 (35.16% from 255) = 28.71%

 BLUE value IS 127 (50% from 255) = 40.97%

R = 30.32%
G = 28.71%
B = 40.97%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5E597F (or 0x5E597F) is known color: Kimberly. HEX triplet: 5E, 59 and 7F. RGB value is (94,89,127). Sum of RGB (Red+Green+Blue) = 94+89+127=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E597F is #A1A680. Grayscale: #5E5E5E. Windows color (decimal): -10593921 or 8345950. OLE color: 8345950.

HSL color Cylindrical-coordinate representation of color #5E597F: hue angle of 247.89º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E597F is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 89 127 -
CMYK 0.26 0.30 0 0.50
HSL 247.89º 0.18% 0.42% -
HSV(B) 247.89º 0.3% 0.5% -
XYZ 12.02 11.06 21.58 -
YUV 94.83 146.16 127.41 -
System Red Green Blue C M Y K H S L
Decimal 94 89 127 0.26 0.30 0 0.50 247.89 0.18 0.42
Hex 5E 59 7F 1A 1E 0 32 F8 12 2A
Octal 136 131 177 32 36 0 62 370 22 52
Binary 1011110 1011001 1111111 11010 11110 0 110010 11111000 10010 101010

Color Harmonies of #5E597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E597F

Black with #5E597F

Text Example


Text Example

White with #5E597F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,89,127); }

 H1.HeaderClassName
 {
   color: #5E597F;
 }
 .AnyTagClassName
 {
   color: #5E597F;
 }
</style>

background-color css

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

 a { background-color: rgb(94,89,127); }

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

border-color css

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

 span { border-color: rgb(94,89,127); }

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