Html Css Color HEX #5F547D Kimberly

📋 copy color: '#5F547D'

red 95 ◦ green 84 ◦ blue 125

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

Shades of Kimberly #5F547D

Tints of Kimberly #5F547D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.63%

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

R = 31.25%
G = 27.63%
B = 41.12%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5F547D (or 0x5F547D) is known color: Kimberly. HEX triplet: 5F, 54 and 7D. RGB value is (95,84,125). Sum of RGB (Red+Green+Blue) = 95+84+125=304 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.25% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #5F547D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F547D is #A0AB82. Grayscale: #5B5B5B. Windows color (decimal): -10529667 or 8213599. OLE color: 8213599.

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

Color convert

RGB 95 84 125 -
CMYK 0.24 0.33 0 0.51
HSL 256.1º 0.2% 0.41% -
HSV(B) 256.1º 0.33% 0.49% -
XYZ 11.59 10.25 20.77 -
YUV 91.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 95 84 125 0.24 0.33 0 0.51 256.1 0.2 0.41
Hex 5F 54 7D 18 21 0 33 100 14 29
Octal 137 124 175 30 41 0 63 400 24 51
Binary 1011111 1010100 1111101 11000 100001 0 110011 100000000 10100 101001

Color Harmonies of #5F547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F547D

Black with #5F547D

Text Example


Text Example

White with #5F547D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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