Html Css Color HEX #057475 Surfie Green

📋 copy color: '#057475'

red 5 ◦ green 116 ◦ blue 117

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

Shades of Surfie Green #057475

Tints of Surfie Green #057475

RGB

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

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

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

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

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

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

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

Color convert

RGB 5 116 117 -
CMYK 0.96 0.01 0 0.54
HSL 180.54º 0.92% 0.24% -
HSV(B) 180.54º 0.96% 0.46% -
XYZ 9.52 13.81 18.99 -
YUV 82.93 147.23 72.42 -
System Red Green Blue C M Y K H S L
Decimal 5 116 117 0.96 0.01 0 0.54 180.54 0.92 0.24
Hex 5 74 75 60 1 0 36 B5 5C 18
Octal 5 164 165 140 1 0 66 265 134 30
Binary 101 1110100 1110101 1100000 1 0 110110 10110101 1011100 11000

Color Harmonies of #057475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057475

Black with #057475

Text Example


Text Example

White with #057475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057475; }

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

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

background-color css

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

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

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

border-color css

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

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

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