#05824B

Color #05824B Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #05824B

Tints of Salem #05824B

Color information

#05824B (or 0x05824B) is unknown color: approx Salem. HEX triplet: 05, 82 and 4B. RGB value is (5,130,75). Sum of RGB (Red+Green+Blue) = 5+130+75=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 130 (51.17% from 255 or 61.90% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 130 - color contains mainly: green. Hex color #05824B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05824B is #FA7DB4. Grayscale: #565656. Windows color (decimal): -16416181 or 4948485. OLE color: 4948485.

HSL color Cylindrical-coordinate representation of color #05824B: hue angle of 153.6º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05824B is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB513075-
CMYK0.9600.420.49
HSL153.6º92.59%26.47%-
HSV(B)153.6º96.15%50.98%-
XYZ9.3216.519.35-
YUV86.36121.5969.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.38%
GREEN value IS 130 (51.17% from 255) = 61.90%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=2.38%
G=61.90%
B=35.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5130750.9600.420.49153.692.5926.47
Hex5824B6002A319a5d1a
Octal52021131400526123213532
Binary1011000001010010111100000010101011000110011010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05824B; }

 p { color: rgb(5,130,75); }

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

<style>
 a { background-color: #05824B; }

 a { background-color: rgb(5,130,75); }

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

<style>
 span { border-color: #05824B; }

 span { border-color: rgb(5,130,75); }

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