Html Css Color HEX #5E598D Kimberly

📋 copy color: '#5E598D'

red 94 ◦ green 89 ◦ blue 141

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

Shades of Kimberly #5E598D

Tints of Kimberly #5E598D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.52%

R = 29.01%
G = 27.47%
B = 43.52%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5E598D (or 0x5E598D) is known color: Kimberly. HEX triplet: 5E, 59 and 8D. RGB value is (94,89,141). Sum of RGB (Red+Green+Blue) = 94+89+141=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E598D is #A1A672. Grayscale: #606060. Windows color (decimal): -10593907 or 9263454. OLE color: 9263454.

HSL color Cylindrical-coordinate representation of color #5E598D: hue angle of 245.77º degrees, saturation: 0.23, 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 #5E598D is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 94 89 141 -
CMYK 0.33 0.37 0 0.45
HSL 245.77º 0.23% 0.45% -
HSV(B) 245.77º 0.37% 0.55% -
XYZ 13 11.45 26.72 -
YUV 96.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 94 89 141 0.33 0.37 0 0.45 245.77 0.23 0.45
Hex 5E 59 8D 21 25 0 2D F6 17 2D
Octal 136 131 215 41 45 0 55 366 27 55
Binary 1011110 1011001 10001101 100001 100101 0 101101 11110110 10111 101101

Color Harmonies of #5E598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E598D

Black with #5E598D

Text Example


Text Example

White with #5E598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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