Html Css Color HEX #058752 Salem

📋 copy color: '#058752'

red 5 ◦ green 135 ◦ blue 82

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

Shades of Salem #058752

Tints of Salem #058752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.94%

R = 2.25%
G = 60.81%
B = 36.94%

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

#058752 (or 0x058752) is known color: Salem. HEX triplet: 05, 87 and 52. RGB value is (5,135,82). Sum of RGB (Red+Green+Blue) = 5+135+82=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 135 (53.12% from 255 or 60.81% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 135 - color contains mainly: green. Hex color #058752 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058752 is #FA78AD. Grayscale: #5A5A5A. Windows color (decimal): -16414894 or 5408517. OLE color: 5408517.

HSL color Cylindrical-coordinate representation of color #058752: hue angle of 155.54º 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 #058752 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 135 82 -
CMYK 0.96 0 0.39 0.47
HSL 155.54º 0.93% 0.27% -
HSV(B) 155.54º 0.96% 0.53% -
XYZ 10.25 17.97 10.91 -
YUV 90.09 123.43 67.31 -
System Red Green Blue C M Y K H S L
Decimal 5 135 82 0.96 0 0.39 0.47 155.54 0.93 0.27
Hex 5 87 52 60 0 27 2F 9C 5D 1B
Octal 5 207 122 140 0 47 57 234 135 33
Binary 101 10000111 1010010 1100000 0 100111 101111 10011100 1011101 11011

Color Harmonies of #058752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058752

Black with #058752

Text Example


Text Example

White with #058752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058752; }

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

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

background-color css

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

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

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

border-color css

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

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

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