#5F5C8A

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

Shades of Kimberly #5F5C8A

Tints of Kimberly #5F5C8A

Color information

#5F5C8A (or 0x5F5C8A) is unknown color: approx Kimberly. HEX triplet: 5F, 5C and 8A. RGB value is (95,92,138). Sum of RGB (Red+Green+Blue) = 95+92+138=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F5C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5C8A is #A0A375. Grayscale: #616161. Windows color (decimal): -10527606 or 9067615. OLE color: 9067615.

HSL color Cylindrical-coordinate representation of color #5F5C8A: hue angle of 243.91º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F5C8A is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9592138-
CMYK0.310.3300.46
HSL243.91º20%45.1%-
HSV(B)243.91º33.33%54.12%-
XYZ13.1311.9225.65-
YUV98.14150.49125.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.23%
GREEN value IS 92 (36.33% from 255) = 28.31%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=29.23%
G=28.31%
B=42.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal95921380.310.3300.46243.912045.1
Hex5F5C8A1F2102Ef4142d
Octal13713421237410563642455
Binary10111111011100100010101111110000101011101111010010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,92,138); }

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

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

 a { background-color: rgb(95,92,138); }

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

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

 span { border-color: rgb(95,92,138); }

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