Html Css Color HEX #058477 Surfie Green

📋 copy color: '#058477'

red 5 ◦ green 132 ◦ blue 119

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

Shades of Surfie Green #058477

Tints of Surfie Green #058477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.56%

 BLUE value IS 119 (46.88% from 255) = 46.48%

R = 1.95%
G = 51.56%
B = 46.48%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#058477 (or 0x058477) is known color: Surfie Green. HEX triplet: 05, 84 and 77. RGB value is (5,132,119). Sum of RGB (Red+Green+Blue) = 5+132+119=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #058477 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058477 is #FA7B88. Grayscale: #5C5C5C. Windows color (decimal): -16415625 or 7832581. OLE color: 7832581.

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

Color convert

RGB 5 132 119 -
CMYK 0.96 0 0.10 0.48
HSL 173.86º 0.93% 0.27% -
HSV(B) 173.86º 0.96% 0.52% -
XYZ 11.64 17.87 20.29 -
YUV 92.55 142.92 65.56 -
System Red Green Blue C M Y K H S L
Decimal 5 132 119 0.96 0 0.10 0.48 173.86 0.93 0.27
Hex 5 84 77 60 0 A 30 AE 5D 1B
Octal 5 204 167 140 0 12 60 256 135 33
Binary 101 10000100 1110111 1100000 0 1010 110000 10101110 1011101 11011

Color Harmonies of #058477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058477

Black with #058477

Text Example


Text Example

White with #058477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058477; }

 p { color: rgb(5,132,119); }

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

background-color css

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

 a { background-color: rgb(5,132,119); }

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

border-color css

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

 span { border-color: rgb(5,132,119); }

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