#5F5885

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

Shades of Kimberly #5F5885

Tints of Kimberly #5F5885

Color information

#5F5885 (or 0x5F5885) is unknown color: approx Kimberly. HEX triplet: 5F, 58 and 85. RGB value is (95,88,133). Sum of RGB (Red+Green+Blue) = 95+88+133=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #5F5885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5885 is #A0A77A. Grayscale: #5F5F5F. Windows color (decimal): -10528635 or 8738911. OLE color: 8738911.

HSL color Cylindrical-coordinate representation of color #5F5885: hue angle of 249.33º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F5885 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9588133-
CMYK0.290.3400.48
HSL249.33º20.36%43.33%-
HSV(B)249.33º33.83%52.16%-
XYZ12.4411.1123.68-
YUV95.22149.32127.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.06%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=30.06%
G=27.85%
B=42.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal95881330.290.3400.48249.3320.3643.33
Hex5F58851D22030f9142b
Octal13713020535420603712453
Binary10111111011000100001011110110001001100001111100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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