#5B5714

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

Shades of Costa Del Sol #5B5714

Tints of Costa Del Sol #5B5714

Color information

#5B5714 (or 0x5B5714) is unknown color: approx Costa Del Sol. HEX triplet: 5B, 57 and 14. RGB value is (91,87,20). Sum of RGB (Red+Green+Blue) = 91+87+20=198 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.96% from 198); Green value is 87 (34.38% from 255 or 43.94% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5714 is #A4A8EB. Grayscale: #505050. Windows color (decimal): -10791148 or 1333083. OLE color: 1333083.

HSL color Cylindrical-coordinate representation of color #5B5714: hue angle of 56.62º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B5714 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB918720-
CMYK00.040.780.64
HSL56.62º63.96%21.76%-
HSV(B)56.62º78.02%35.69%-
XYZ7.859.092-
YUV80.5693.83135.45-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.96%
GREEN value IS 87 (34.38% from 255) = 43.94%
BLUE value IS 20 (8.20% from 255) = 10.10%
R=45.96%
G=43.94%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91872000.040.780.6456.6263.9621.76
Hex5B5714044E40394016
Octal13312724041161007110026
Binary1011011101011110100010010011101000000111001100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,87,20); }

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

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

 a { background-color: rgb(91,87,20); }

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

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

 span { border-color: rgb(91,87,20); }

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