#5F5882

Color #5F5882 Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #5F5882

Tints of Kimberly #5F5882

Color information

#5F5882 (or 0x5F5882) is unknown color: approx Kimberly. HEX triplet: 5F, 58 and 82. RGB value is (95,88,130). Sum of RGB (Red+Green+Blue) = 95+88+130=313 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.35% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #5F5882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5882 is #A0A77D. Grayscale: #5E5E5E. Windows color (decimal): -10528638 or 8542303. OLE color: 8542303.

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

Color convert

RGB9588130-
CMYK0.270.3200.49
HSL250º19.27%42.75%-
HSV(B)250º32.31%50.98%-
XYZ12.2411.0222.6-
YUV94.88147.82128.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.35%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 130 (51.17% from 255) = 41.53%
R=30.35%
G=28.12%
B=41.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal95881300.270.3200.4925019.2742.75
Hex5F58821B20031fa132b
Octal13713020233400613722353
Binary10111111011000100000101101110000001100011111101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F5882;
 }
 .AnyTagClassName
 {
   color: #5F5882;
 }
</style>
background-color css

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

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

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

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

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

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