Html Css Color HEX #058533 Dark Spring Green

📋 copy color: '#058533'

red 5 ◦ green 133 ◦ blue 51

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

Shades of Dark Spring Green #058533

Tints of Dark Spring Green #058533

RGB

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

 GREEN value IS 133 (52.34% from 255) = 70.37%

 BLUE value IS 51 (20.31% from 255) = 26.98%

R = 2.65%
G = 70.37%
B = 26.98%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#058533 (or 0x058533) is known color: Dark Spring Green. HEX triplet: 05, 85 and 33. RGB value is (5,133,51). Sum of RGB (Red+Green+Blue) = 5+133+51=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 133 (52.34% from 255 or 70.37% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 133 - color contains mainly: green. Hex color #058533 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058533 is #FA7ACC. Grayscale: #555555. Windows color (decimal): -16415437 or 3376389. OLE color: 3376389.

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

Color convert

RGB 5 133 51 -
CMYK 0.96 0 0.62 0.48
HSL 141.56º 0.93% 0.27% -
HSV(B) 141.56º 0.96% 0.52% -
XYZ 9.05 17.05 5.95 -
YUV 85.38 108.59 70.67 -
System Red Green Blue C M Y K H S L
Decimal 5 133 51 0.96 0 0.62 0.48 141.56 0.93 0.27
Hex 5 85 33 60 0 3E 30 8E 5D 1B
Octal 5 205 63 140 0 76 60 216 135 33
Binary 101 10000101 110011 1100000 0 111110 110000 10001110 1011101 11011

Color Harmonies of #058533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058533

Black with #058533

Text Example


Text Example

White with #058533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058533; }

 p { color: rgb(5,133,51); }

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

background-color css

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

 a { background-color: rgb(5,133,51); }

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

border-color css

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

 span { border-color: rgb(5,133,51); }

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