Html Css Color HEX #057277 Surfie Green

📋 copy color: '#057277'

red 5 ◦ green 114 ◦ blue 119

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

Shades of Surfie Green #057277

Tints of Surfie Green #057277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 50%

R = 2.1%
G = 47.9%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#057277 (or 0x057277) is known color: Surfie Green. HEX triplet: 05, 72 and 77. RGB value is (5,114,119). Sum of RGB (Red+Green+Blue) = 5+114+119=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #057277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057277 is #FA8D88. Grayscale: #515151. Windows color (decimal): -16420233 or 7827973. OLE color: 7827973.

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

Color convert

RGB 5 114 119 -
CMYK 0.96 0.04 0 0.53
HSL 182.63º 0.92% 0.24% -
HSV(B) 182.63º 0.96% 0.47% -
XYZ 9.41 13.4 19.54 -
YUV 81.98 148.89 73.09 -
System Red Green Blue C M Y K H S L
Decimal 5 114 119 0.96 0.04 0 0.53 182.63 0.92 0.24
Hex 5 72 77 60 4 0 35 B7 5C 18
Octal 5 162 167 140 4 0 65 267 134 30
Binary 101 1110010 1110111 1100000 100 0 110101 10110111 1011100 11000

Color Harmonies of #057277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057277

Black with #057277

Text Example


Text Example

White with #057277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057277; }

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

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

background-color css

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

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

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

border-color css

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

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

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