#05754E

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

Shades of Watercourse #05754E

Tints of Watercourse #05754E

Color information

#05754E (or 0x05754E) is unknown color: approx Watercourse. HEX triplet: 05, 75 and 4E. RGB value is (5,117,78). Sum of RGB (Red+Green+Blue) = 5+117+78=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 117 (46.09% from 255 or 58.5% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 117 - color contains mainly: green. Hex color #05754E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05754E is #FA8AB1. Grayscale: #4F4F4F. Windows color (decimal): -16419506 or 5141765. OLE color: 5141765.

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

Color convert

RGB511778-
CMYK0.9600.330.54
HSL159.11º91.8%23.92%-
HSV(B)159.11º95.73%45.88%-
XYZ7.813.39.36-
YUV79.07127.3975.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.5%
GREEN value IS 117 (46.09% from 255) = 58.5%
BLUE value IS 78 (30.86% from 255) = 39%
R=2.5%
G=58.5%
B=39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5117780.9600.330.54159.1191.823.92
Hex5754E60021369f5c18
Octal51651161400416623713430
Binary101111010110011101100000010000111011010011111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05754E; }

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

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

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

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

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

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

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

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