Html Css Color HEX #5F597D Kimberly

📋 copy color: '#5F597D'

red 95 ◦ green 89 ◦ blue 125

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

Shades of Kimberly #5F597D

Tints of Kimberly #5F597D

RGB

 RED value IS 95 (37.5% from 255) = 30.74%

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

 BLUE value IS 125 (49.22% from 255) = 40.45%

R = 30.74%
G = 28.8%
B = 40.45%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5F597D (or 0x5F597D) is known color: Kimberly. HEX triplet: 5F, 59 and 7D. RGB value is (95,89,125). Sum of RGB (Red+Green+Blue) = 95+89+125=309 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.74% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 125 - color contains mainly: blue. Hex color #5F597D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F597D is #A0A682. Grayscale: #5E5E5E. Windows color (decimal): -10528387 or 8214879. OLE color: 8214879.

HSL color Cylindrical-coordinate representation of color #5F597D: hue angle of 250º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F597D is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 95 89 125 -
CMYK 0.24 0.29 0 0.51
HSL 250º 0.17% 0.42% -
HSV(B) 250º 0.29% 0.49% -
XYZ 11.99 11.06 20.9 -
YUV 94.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 95 89 125 0.24 0.29 0 0.51 250 0.17 0.42
Hex 5F 59 7D 18 1D 0 33 FA 11 2A
Octal 137 131 175 30 35 0 63 372 21 52
Binary 1011111 1011001 1111101 11000 11101 0 110011 11111010 10001 101010

Color Harmonies of #5F597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F597D

Black with #5F597D

Text Example


Text Example

White with #5F597D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,89,125); }

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

background-color css

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

 a { background-color: rgb(95,89,125); }

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

border-color css

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

 span { border-color: rgb(95,89,125); }

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