#5F5A8E

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

Shades of Kimberly #5F5A8E

Tints of Kimberly #5F5A8E

Color information

#5F5A8E (or 0x5F5A8E) is unknown color: approx Kimberly. HEX triplet: 5F, 5A and 8E. RGB value is (95,90,142). Sum of RGB (Red+Green+Blue) = 95+90+142=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #5F5A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5A8E is #A0A571. Grayscale: #616161. Windows color (decimal): -10528114 or 9329247. OLE color: 9329247.

HSL color Cylindrical-coordinate representation of color #5F5A8E: hue angle of 245.77º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F5A8E is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9590142-
CMYK0.330.3700.44
HSL245.77º22.41%45.49%-
HSV(B)245.77º36.62%55.69%-
XYZ13.2611.727.15-
YUV97.42153.16126.27-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.05%
GREEN value IS 90 (35.55% from 255) = 27.52%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=29.05%
G=27.52%
B=43.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal95901420.330.3700.44245.7722.4145.49
Hex5F5A8E212502Cf6162d
Octal13713221641450543662655
Binary101111110110101000111010000110010101011001111011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,90,142); }

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

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

 a { background-color: rgb(95,90,142); }

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

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

 span { border-color: rgb(95,90,142); }

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