Html Css Color HEX #057374 Surfie Green

📋 copy color: '#057374'

red 5 ◦ green 115 ◦ blue 116

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

Shades of Surfie Green #057374

Tints of Surfie Green #057374

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.73%

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

R = 2.12%
G = 48.73%
B = 49.15%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#057374 (or 0x057374) is known color: Surfie Green. HEX triplet: 05, 73 and 74. RGB value is (5,115,116). Sum of RGB (Red+Green+Blue) = 5+115+116=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #057374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057374 is #FA8C8B. Grayscale: #525252. Windows color (decimal): -16419980 or 7631621. OLE color: 7631621.

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

Color convert

RGB 5 115 116 -
CMYK 0.96 0.01 0 0.55
HSL 180.54º 0.92% 0.24% -
HSV(B) 180.54º 0.96% 0.45% -
XYZ 9.35 13.55 18.65 -
YUV 82.22 147.06 72.92 -
System Red Green Blue C M Y K H S L
Decimal 5 115 116 0.96 0.01 0 0.55 180.54 0.92 0.24
Hex 5 73 74 60 1 0 37 B5 5C 18
Octal 5 163 164 140 1 0 67 265 134 30
Binary 101 1110011 1110100 1100000 1 0 110111 10110101 1011100 11000

Color Harmonies of #057374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057374

Black with #057374

Text Example


Text Example

White with #057374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057374; }

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

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

background-color css

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

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

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

border-color css

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

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

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