Html Css Color HEX #057378 Surfie Green

📋 copy color: '#057378'

red 5 ◦ green 115 ◦ blue 120

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

Shades of Surfie Green #057378

Tints of Surfie Green #057378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.92%

 BLUE value IS 120 (47.27% from 255) = 50%

R = 2.08%
G = 47.92%
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

#057378 (or 0x057378) is known color: Surfie Green. HEX triplet: 05, 73 and 78. RGB value is (5,115,120). Sum of RGB (Red+Green+Blue) = 5+115+120=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #057378 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057378 is #FA8C87. Grayscale: #525252. Windows color (decimal): -16419976 or 7893765. OLE color: 7893765.

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

Color convert

RGB 5 115 120 -
CMYK 0.96 0.04 0 0.53
HSL 182.61º 0.92% 0.25% -
HSV(B) 182.61º 0.96% 0.47% -
XYZ 9.58 13.65 19.9 -
YUV 82.68 149.06 72.59 -
System Red Green Blue C M Y K H S L
Decimal 5 115 120 0.96 0.04 0 0.53 182.61 0.92 0.25
Hex 5 73 78 60 4 0 35 B7 5C 19
Octal 5 163 170 140 4 0 65 267 134 31
Binary 101 1110011 1111000 1100000 100 0 110101 10110111 1011100 11001

Color Harmonies of #057378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057378

Black with #057378

Text Example


Text Example

White with #057378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057378; }

 p { color: rgb(5,115,120); }

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

background-color css

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

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

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

border-color css

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

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

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