#5F6131

Color #5F6131 Costa Del Sol (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Costa Del Sol #5F6131

Tints of Costa Del Sol #5F6131

Color information

#5F6131 (or 0x5F6131) is unknown color: approx Costa Del Sol. HEX triplet: 5F, 61 and 31. RGB value is (95,97,49). Sum of RGB (Red+Green+Blue) = 95+97+49=241 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.42% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #5F6131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6131 is #A09ECE. Grayscale: #5B5B5B. Windows color (decimal): -10526415 or 3236191. OLE color: 3236191.

HSL color Cylindrical-coordinate representation of color #5F6131: hue angle of 62.5º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F6131 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB959749-
CMYK0.0200.490.62
HSL62.5º32.88%28.63%-
HSV(B)62.5º49.48%38.04%-
XYZ9.5511.24.57-
YUV90.93104.34130.9-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.42%
GREEN value IS 97 (38.28% from 255) = 40.25%
BLUE value IS 49 (19.53% from 255) = 20.33%
R=39.42%
G=40.25%
B=20.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9597490.0200.490.6262.532.8828.63
Hex5F613120313E3e211d
Octal13714161206176764135
Binary1011111110000111000110011000111111011111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,97,49); }

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

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

 a { background-color: rgb(95,97,49); }

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

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

 span { border-color: rgb(95,97,49); }

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