#055D4B

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

Shades of Watercourse #055D4B

Tints of Watercourse #055D4B

Color information

#055D4B (or 0x055D4B) is unknown color: approx Watercourse. HEX triplet: 05, 5D and 4B. RGB value is (5,93,75). Sum of RGB (Red+Green+Blue) = 5+93+75=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #055D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055D4B is #FAA2B4. Grayscale: #404040. Windows color (decimal): -16425653 or 4939013. OLE color: 4939013.

HSL color Cylindrical-coordinate representation of color #055D4B: hue angle of 167.73º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055D4B is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB59375-
CMYK0.9500.190.64
HSL167.73º89.8%19.22%-
HSV(B)167.73º94.62%36.47%-
XYZ5.258.378-
YUV64.64133.8585.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.89%
GREEN value IS 93 (36.72% from 255) = 53.76%
BLUE value IS 75 (29.69% from 255) = 43.35%
R=2.89%
G=53.76%
B=43.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal593750.9500.190.64167.7389.819.22
Hex55D4B5F01340a85a13
Octal513511313702310025013223
Binary101101110110010111011111010011100000010101000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055D4B; }

 p { color: rgb(5,93,75); }

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

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

 a { background-color: rgb(5,93,75); }

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

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

 span { border-color: rgb(5,93,75); }

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