Html Css Color HEX #057575 Surfie Green

📋 copy color: '#057575'

red 5 ◦ green 117 ◦ blue 117

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

Shades of Surfie Green #057575

Tints of Surfie Green #057575

RGB

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

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

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

R = 2.09%
G = 48.95%
B = 48.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#057575 (or 0x057575) is known color: Surfie Green. HEX triplet: 05, 75 and 75. RGB value is (5,117,117). Sum of RGB (Red+Green+Blue) = 5+117+117=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #057575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057575 is #FA8A8A. Grayscale: #535353. Windows color (decimal): -16419467 or 7697669. OLE color: 7697669.

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

Color convert

RGB 5 117 117 -
CMYK 0.96 0 0 0.54
HSL 180º 0.92% 0.24% -
HSV(B) 180º 0.96% 0.46% -
XYZ 9.63 14.04 19.03 -
YUV 83.51 146.89 72 -
System Red Green Blue C M Y K H S L
Decimal 5 117 117 0.96 0 0 0.54 180 0.92 0.24
Hex 5 75 75 60 0 0 36 B4 5C 18
Octal 5 165 165 140 0 0 66 264 134 30
Binary 101 1110101 1110101 1100000 0 0 110110 10110100 1011100 11000

Color Harmonies of #057575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057575

Black with #057575

Text Example


Text Example

White with #057575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057575; }

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

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

background-color css

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

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

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

border-color css

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

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

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