Html Css Color HEX #057774 Surfie Green

📋 copy color: '#057774'

red 5 ◦ green 119 ◦ blue 116

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

Shades of Surfie Green #057774

Tints of Surfie Green #057774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 48.33%

R = 2.08%
G = 49.58%
B = 48.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#057774 (or 0x057774) is known color: Surfie Green. HEX triplet: 05, 77 and 74. RGB value is (5,119,116). Sum of RGB (Red+Green+Blue) = 5+119+116=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #057774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057774 is #FA888B. Grayscale: #545454. Windows color (decimal): -16418956 or 7632645. OLE color: 7632645.

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

Color convert

RGB 5 119 116 -
CMYK 0.96 0 0.03 0.53
HSL 178.42º 0.92% 0.24% -
HSV(B) 178.42º 0.96% 0.47% -
XYZ 9.81 14.49 18.8 -
YUV 84.57 145.73 71.24 -
System Red Green Blue C M Y K H S L
Decimal 5 119 116 0.96 0 0.03 0.53 178.42 0.92 0.24
Hex 5 77 74 60 0 3 35 B2 5C 18
Octal 5 167 164 140 0 3 65 262 134 30
Binary 101 1110111 1110100 1100000 0 11 110101 10110010 1011100 11000

Color Harmonies of #057774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057774

Black with #057774

Text Example


Text Example

White with #057774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057774; }

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

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

background-color css

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

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

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

border-color css

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

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

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