Html Css Color HEX #058275 Surfie Green

📋 copy color: '#058275'

red 5 ◦ green 130 ◦ blue 117

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

Shades of Surfie Green #058275

Tints of Surfie Green #058275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.59%

 BLUE value IS 117 (46.09% from 255) = 46.43%

R = 1.98%
G = 51.59%
B = 46.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#058275 (or 0x058275) is known color: Surfie Green. HEX triplet: 05, 82 and 75. RGB value is (5,130,117). Sum of RGB (Red+Green+Blue) = 5+130+117=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #058275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058275 is #FA7D8A. Grayscale: #5B5B5B. Windows color (decimal): -16416139 or 7700997. OLE color: 7700997.

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

Color convert

RGB 5 130 117 -
CMYK 0.96 0 0.1 0.49
HSL 173.76º 0.93% 0.26% -
HSV(B) 173.76º 0.96% 0.51% -
XYZ 11.26 17.28 19.57 -
YUV 91.14 142.59 66.56 -
System Red Green Blue C M Y K H S L
Decimal 5 130 117 0.96 0 0.1 0.49 173.76 0.93 0.26
Hex 5 82 75 60 0 A 31 AE 5D 1A
Octal 5 202 165 140 0 12 61 256 135 32
Binary 101 10000010 1110101 1100000 0 1010 110001 10101110 1011101 11010

Color Harmonies of #058275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058275

Black with #058275

Text Example


Text Example

White with #058275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058275; }

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

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

background-color css

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

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

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

border-color css

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

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

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