Html Css Color HEX #057453 Watercourse

📋 copy color: '#057453'

red 5 ◦ green 116 ◦ blue 83

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

Shades of Watercourse #057453

Tints of Watercourse #057453

RGB

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

 GREEN value IS 116 (45.7% from 255) = 56.86%

 BLUE value IS 83 (32.81% from 255) = 40.69%

R = 2.45%
G = 56.86%
B = 40.69%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#057453 (or 0x057453) is known color: Watercourse. HEX triplet: 05, 74 and 53. RGB value is (5,116,83). Sum of RGB (Red+Green+Blue) = 5+116+83=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 116 (45.70% from 255 or 56.86% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 116 - color contains mainly: green. Hex color #057453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057453 is #FA8BAC. Grayscale: #4F4F4F. Windows color (decimal): -16419757 or 5469189. OLE color: 5469189.

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

Color convert

RGB 5 116 83 -
CMYK 0.96 0 0.28 0.55
HSL 162.16º 0.92% 0.24% -
HSV(B) 162.16º 0.96% 0.45% -
XYZ 7.87 13.15 10.31 -
YUV 79.05 130.23 75.18 -
System Red Green Blue C M Y K H S L
Decimal 5 116 83 0.96 0 0.28 0.55 162.16 0.92 0.24
Hex 5 74 53 60 0 1C 37 A2 5C 18
Octal 5 164 123 140 0 34 67 242 134 30
Binary 101 1110100 1010011 1100000 0 11100 110111 10100010 1011100 11000

Color Harmonies of #057453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057453

Black with #057453

Text Example


Text Example

White with #057453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057453; }

 p { color: rgb(5,116,83); }

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

background-color css

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

 a { background-color: rgb(5,116,83); }

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

border-color css

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

 span { border-color: rgb(5,116,83); }

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