Html Css Color HEX #058753 Salem

📋 copy color: '#058753'

red 5 ◦ green 135 ◦ blue 83

#058753
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #058753

Tints of Salem #058753

RGB

 RED value IS 5 (2.34% from 255) = 2.24%

 GREEN value IS 135 (53.13% from 255) = 60.54%

 BLUE value IS 83 (32.81% from 255) = 37.22%

R = 2.24%
G = 60.54%
B = 37.22%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#058753 (or 0x058753) is known color: Salem. HEX triplet: 05, 87 and 53. RGB value is (5,135,83). Sum of RGB (Red+Green+Blue) = 5+135+83=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 135 (53.12% from 255 or 60.54% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 135 - color contains mainly: green. Hex color #058753 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058753 is #FA78AC. Grayscale: #5A5A5A. Windows color (decimal): -16414893 or 5474053. OLE color: 5474053.

HSL color Cylindrical-coordinate representation of color #058753: hue angle of 156º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058753 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 135 83 -
CMYK 0.96 0 0.39 0.47
HSL 156º 0.93% 0.27% -
HSV(B) 156º 0.96% 0.53% -
XYZ 10.29 17.98 11.11 -
YUV 90.2 123.93 67.23 -
System Red Green Blue C M Y K H S L
Decimal 5 135 83 0.96 0 0.39 0.47 156 0.93 0.27
Hex 5 87 53 60 0 27 2F 9C 5D 1B
Octal 5 207 123 140 0 47 57 234 135 33
Binary 101 10000111 1010011 1100000 0 100111 101111 10011100 1011101 11011

Color Harmonies of #058753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058753

Black with #058753

Text Example


Text Example

White with #058753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058753; }

 p { color: rgb(5,135,83); }

 H1.HeaderClassName
 {
   color: #058753;
 }
 .AnyTagClassName
 {
   color: #058753;
 }
</style>

background-color css

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

 a { background-color: rgb(5,135,83); }

 div.DivClassName
 {
   background-color: #058753;
 }
 .BgClassName
 {
   background-color: #058753;
 }
</style>

border-color css

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

 span { border-color: rgb(5,135,83); }

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