Html Css Color HEX #057574 Surfie Green

📋 copy color: '#057574'

red 5 ◦ green 117 ◦ blue 116

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

Shades of Surfie Green #057574

Tints of Surfie Green #057574

RGB

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

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

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

R = 2.1%
G = 49.16%
B = 48.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#057574 (or 0x057574) is known color: Surfie Green. HEX triplet: 05, 75 and 74. RGB value is (5,117,116). Sum of RGB (Red+Green+Blue) = 5+117+116=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #057574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057574 is #FA8A8B. Grayscale: #535353. Windows color (decimal): -16419468 or 7632133. OLE color: 7632133.

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

Color convert

RGB 5 117 116 -
CMYK 0.96 0 0.01 0.54
HSL 179.46º 0.92% 0.24% -
HSV(B) 179.46º 0.96% 0.46% -
XYZ 9.58 14.02 18.72 -
YUV 83.4 146.39 72.08 -
System Red Green Blue C M Y K H S L
Decimal 5 117 116 0.96 0 0.01 0.54 179.46 0.92 0.24
Hex 5 75 74 60 0 1 36 B3 5C 18
Octal 5 165 164 140 0 1 66 263 134 30
Binary 101 1110101 1110100 1100000 0 1 110110 10110011 1011100 11000

Color Harmonies of #057574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057574

Black with #057574

Text Example


Text Example

White with #057574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057574; }

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

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

background-color css

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

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

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

border-color css

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

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

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