Html Css Color HEX #5E598E Kimberly

📋 copy color: '#5E598E'

red 94 ◦ green 89 ◦ blue 142

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

Shades of Kimberly #5E598E

Tints of Kimberly #5E598E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.69%

R = 28.92%
G = 27.38%
B = 43.69%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E598E (or 0x5E598E) is known color: Kimberly. HEX triplet: 5E, 59 and 8E. RGB value is (94,89,142). Sum of RGB (Red+Green+Blue) = 94+89+142=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E598E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E598E is #A1A671. Grayscale: #606060. Windows color (decimal): -10593906 or 9328990. OLE color: 9328990.

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

Color convert

RGB 94 89 142 -
CMYK 0.34 0.37 0 0.44
HSL 245.66º 0.23% 0.45% -
HSV(B) 245.66º 0.37% 0.56% -
XYZ 13.07 11.48 27.12 -
YUV 96.54 153.66 126.19 -
System Red Green Blue C M Y K H S L
Decimal 94 89 142 0.34 0.37 0 0.44 245.66 0.23 0.45
Hex 5E 59 8E 22 25 0 2C F6 17 2D
Octal 136 131 216 42 45 0 54 366 27 55
Binary 1011110 1011001 10001110 100010 100101 0 101100 11110110 10111 101101

Color Harmonies of #5E598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E598E

Black with #5E598E

Text Example


Text Example

White with #5E598E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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