Html Css Color HEX #057075 Surfie Green

📋 copy color: '#057075'

red 5 ◦ green 112 ◦ blue 117

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

Shades of Surfie Green #057075

Tints of Surfie Green #057075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.86%

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

R = 2.14%
G = 47.86%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#057075 (or 0x057075) is known color: Surfie Green. HEX triplet: 05, 70 and 75. RGB value is (5,112,117). Sum of RGB (Red+Green+Blue) = 5+112+117=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #057075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057075 is #FA8F8A. Grayscale: #505050. Windows color (decimal): -16420747 or 7696389. OLE color: 7696389.

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

Color convert

RGB 5 112 117 -
CMYK 0.96 0.04 0 0.54
HSL 182.68º 0.92% 0.24% -
HSV(B) 182.68º 0.96% 0.46% -
XYZ 9.07 12.9 18.84 -
YUV 80.58 148.55 74.09 -
System Red Green Blue C M Y K H S L
Decimal 5 112 117 0.96 0.04 0 0.54 182.68 0.92 0.24
Hex 5 70 75 60 4 0 36 B7 5C 18
Octal 5 160 165 140 4 0 66 267 134 30
Binary 101 1110000 1110101 1100000 100 0 110110 10110111 1011100 11000

Color Harmonies of #057075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057075

Black with #057075

Text Example


Text Example

White with #057075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057075; }

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

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

background-color css

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

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

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

border-color css

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

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

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