Html Css Color HEX #057777 Surfie Green

📋 copy color: '#057777'

red 5 ◦ green 119 ◦ blue 119

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

Shades of Surfie Green #057777

Tints of Surfie Green #057777

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.97%

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

R = 2.06%
G = 48.97%
B = 48.97%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#057777 (or 0x057777) is known color: Surfie Green. HEX triplet: 05, 77 and 77. RGB value is (5,119,119). Sum of RGB (Red+Green+Blue) = 5+119+119=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #057777 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057777 is #FA8888. Grayscale: #545454. Windows color (decimal): -16418953 or 7829253. OLE color: 7829253.

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

Color convert

RGB 5 119 119 -
CMYK 0.96 0 0 0.53
HSL 180º 0.92% 0.24% -
HSV(B) 180º 0.96% 0.47% -
XYZ 9.99 14.56 19.74 -
YUV 84.91 147.23 71 -
System Red Green Blue C M Y K H S L
Decimal 5 119 119 0.96 0 0 0.53 180 0.92 0.24
Hex 5 77 77 60 0 0 35 B4 5C 18
Octal 5 167 167 140 0 0 65 264 134 30
Binary 101 1110111 1110111 1100000 0 0 110101 10110100 1011100 11000

Color Harmonies of #057777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057777

Black with #057777

Text Example


Text Example

White with #057777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057777; }

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

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

background-color css

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

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

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

border-color css

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

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

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