Html Css Color HEX #5F588D Kimberly

📋 copy color: '#5F588D'

red 95 ◦ green 88 ◦ blue 141

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

Shades of Kimberly #5F588D

Tints of Kimberly #5F588D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

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

R = 29.32%
G = 27.16%
B = 43.52%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5F588D (or 0x5F588D) is known color: Kimberly. HEX triplet: 5F, 58 and 8D. RGB value is (95,88,141). Sum of RGB (Red+Green+Blue) = 95+88+141=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 88 (34.77% from 255 or 27.16% 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 #5F588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F588D is #A0A772. Grayscale: #5F5F5F. Windows color (decimal): -10528627 or 9263199. OLE color: 9263199.

HSL color Cylindrical-coordinate representation of color #5F588D: hue angle of 247.92º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F588D is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 95 88 141 -
CMYK 0.33 0.38 0 0.45
HSL 247.92º 0.23% 0.45% -
HSV(B) 247.92º 0.38% 0.55% -
XYZ 13.02 11.34 26.7 -
YUV 96.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 95 88 141 0.33 0.38 0 0.45 247.92 0.23 0.45
Hex 5F 58 8D 21 26 0 2D F8 17 2D
Octal 137 130 215 41 46 0 55 370 27 55
Binary 1011111 1011000 10001101 100001 100110 0 101101 11111000 10111 101101

Color Harmonies of #5F588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F588D

Black with #5F588D

Text Example


Text Example

White with #5F588D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,88,141); }

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

background-color css

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

 a { background-color: rgb(95,88,141); }

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

border-color css

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

 span { border-color: rgb(95,88,141); }

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