Html Css Color HEX #057577 Surfie Green

📋 copy color: '#057577'

red 5 ◦ green 117 ◦ blue 119

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

Shades of Surfie Green #057577

Tints of Surfie Green #057577

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.55%

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

R = 2.07%
G = 48.55%
B = 49.38%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#057577 (or 0x057577) is known color: Surfie Green. HEX triplet: 05, 75 and 77. RGB value is (5,117,119). Sum of RGB (Red+Green+Blue) = 5+117+119=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #057577 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057577 is #FA8A88. Grayscale: #535353. Windows color (decimal): -16419465 or 7828741. OLE color: 7828741.

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

Color convert

RGB 5 117 119 -
CMYK 0.96 0.02 0 0.53
HSL 181.05º 0.92% 0.24% -
HSV(B) 181.05º 0.96% 0.47% -
XYZ 9.75 14.09 19.66 -
YUV 83.74 147.89 71.84 -
System Red Green Blue C M Y K H S L
Decimal 5 117 119 0.96 0.02 0 0.53 181.05 0.92 0.24
Hex 5 75 77 60 2 0 35 B5 5C 18
Octal 5 165 167 140 2 0 65 265 134 30
Binary 101 1110101 1110111 1100000 10 0 110101 10110101 1011100 11000

Color Harmonies of #057577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057577

Black with #057577

Text Example


Text Example

White with #057577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057577; }

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

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

background-color css

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

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

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

border-color css

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

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

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