Html Css Color HEX #057552 Watercourse

📋 copy color: '#057552'

red 5 ◦ green 117 ◦ blue 82

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

Shades of Watercourse #057552

Tints of Watercourse #057552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 40.2%

R = 2.45%
G = 57.35%
B = 40.2%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#057552 (or 0x057552) is known color: Watercourse. HEX triplet: 05, 75 and 52. RGB value is (5,117,82). Sum of RGB (Red+Green+Blue) = 5+117+82=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #057552 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057552 is #FA8AAD. Grayscale: #4F4F4F. Windows color (decimal): -16419502 or 5403909. OLE color: 5403909.

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

Color convert

RGB 5 117 82 -
CMYK 0.96 0 0.30 0.54
HSL 161.25º 0.92% 0.24% -
HSV(B) 161.25º 0.96% 0.46% -
XYZ 7.95 13.36 10.14 -
YUV 79.52 129.39 74.85 -
System Red Green Blue C M Y K H S L
Decimal 5 117 82 0.96 0 0.30 0.54 161.25 0.92 0.24
Hex 5 75 52 60 0 1E 36 A1 5C 18
Octal 5 165 122 140 0 36 66 241 134 30
Binary 101 1110101 1010010 1100000 0 11110 110110 10100001 1011100 11000

Color Harmonies of #057552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057552

Black with #057552

Text Example


Text Example

White with #057552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057552; }

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

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

background-color css

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

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

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

border-color css

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

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

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