#056753

Color #056753 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #056753

Tints of Watercourse #056753

Color information

#056753 (or 0x056753) is unknown color: approx Watercourse. HEX triplet: 05, 67 and 53. RGB value is (5,103,83). Sum of RGB (Red+Green+Blue) = 5+103+83=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 103 (40.62% from 255 or 53.93% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 103 - color contains mainly: green. Hex color #056753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056753 is #FA98AC. Grayscale: #474747. Windows color (decimal): -16423085 or 5465861. OLE color: 5465861.

HSL color Cylindrical-coordinate representation of color #056753: hue angle of 167.76º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056753 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB510383-
CMYK0.9500.190.60
HSL167.76º90.74%21.18%-
HSV(B)167.76º95.15%40.39%-
XYZ6.4710.369.84-
YUV71.42134.5380.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.62%
GREEN value IS 103 (40.62% from 255) = 53.93%
BLUE value IS 83 (32.81% from 255) = 43.46%
R=2.62%
G=53.93%
B=43.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5103830.9500.190.60167.7690.7421.18
Hex567535F0133Ca85b15
Octal51471231370237425013325
Binary10111001111010011101111101001111110010101000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056753; }

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

 H1.HeaderClassName
 {
   color: #056753;
 }
 .AnyTagClassName
 {
   color: #056753;
 }
</style>
background-color css

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

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

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

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

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

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