Html Css Color HEX #056450 Watercourse

📋 copy color: '#056450'

red 5 ◦ green 100 ◦ blue 80

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

Shades of Watercourse #056450

Tints of Watercourse #056450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 54.05%

 BLUE value IS 80 (31.64% from 255) = 43.24%

R = 2.7%
G = 54.05%
B = 43.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#056450 (or 0x056450) is known color: Watercourse. HEX triplet: 05, 64 and 50. RGB value is (5,100,80). Sum of RGB (Red+Green+Blue) = 5+100+80=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 100 (39.45% from 255 or 54.05% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 100 - color contains mainly: green. Hex color #056450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056450 is #FA9BAF. Grayscale: #454545. Windows color (decimal): -16423856 or 5268485. OLE color: 5268485.

HSL color Cylindrical-coordinate representation of color #056450: hue angle of 167.37º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056450 is Cyan = 0.95, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 100 80 -
CMYK 0.95 0 0.2 0.61
HSL 167.37º 0.9% 0.21% -
HSV(B) 167.37º 0.95% 0.39% -
XYZ 6.07 9.73 9.15 -
YUV 69.32 134.03 82.13 -
System Red Green Blue C M Y K H S L
Decimal 5 100 80 0.95 0 0.2 0.61 167.37 0.9 0.21
Hex 5 64 50 5F 0 14 3D A7 5A 15
Octal 5 144 120 137 0 24 75 247 132 25
Binary 101 1100100 1010000 1011111 0 10100 111101 10100111 1011010 10101

Color Harmonies of #056450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056450

Black with #056450

Text Example


Text Example

White with #056450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056450; }

 p { color: rgb(5,100,80); }

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

background-color css

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

 a { background-color: rgb(5,100,80); }

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

border-color css

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

 span { border-color: rgb(5,100,80); }

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