Html Css Color HEX #057275 Surfie Green

📋 copy color: '#057275'

red 5 ◦ green 114 ◦ blue 117

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

Shades of Surfie Green #057275

Tints of Surfie Green #057275

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.31%

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

R = 2.12%
G = 48.31%
B = 49.58%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#057275 (or 0x057275) is known color: Surfie Green. HEX triplet: 05, 72 and 75. RGB value is (5,114,117). Sum of RGB (Red+Green+Blue) = 5+114+117=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #057275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057275 is #FA8D8A. Grayscale: #515151. Windows color (decimal): -16420235 or 7696901. OLE color: 7696901.

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

Color convert

RGB 5 114 117 -
CMYK 0.96 0.03 0 0.54
HSL 181.61º 0.92% 0.24% -
HSV(B) 181.61º 0.96% 0.46% -
XYZ 9.29 13.35 18.92 -
YUV 81.75 147.89 73.26 -
System Red Green Blue C M Y K H S L
Decimal 5 114 117 0.96 0.03 0 0.54 181.61 0.92 0.24
Hex 5 72 75 60 3 0 36 B6 5C 18
Octal 5 162 165 140 3 0 66 266 134 30
Binary 101 1110010 1110101 1100000 11 0 110110 10110110 1011100 11000

Color Harmonies of #057275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057275

Black with #057275

Text Example


Text Example

White with #057275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057275; }

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

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

background-color css

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

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

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

border-color css

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

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

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