#055F4B

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

Shades of Watercourse #055F4B

Tints of Watercourse #055F4B

Color information

#055F4B (or 0x055F4B) is unknown color: approx Watercourse. HEX triplet: 05, 5F and 4B. RGB value is (5,95,75). Sum of RGB (Red+Green+Blue) = 5+95+75=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 95 (37.5% from 255 or 54.29% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 95 - color contains mainly: green. Hex color #055F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055F4B is #FAA0B4. Grayscale: #414141. Windows color (decimal): -16425141 or 4939525. OLE color: 4939525.

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

Color convert

RGB59575-
CMYK0.9500.210.63
HSL166.67º90%19.61%-
HSV(B)166.67º94.74%37.25%-
XYZ5.428.728.05-
YUV65.81133.1884.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.86%
GREEN value IS 95 (37.5% from 255) = 54.29%
BLUE value IS 75 (29.69% from 255) = 42.86%
R=2.86%
G=54.29%
B=42.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal595750.9500.210.63166.679019.61
Hex55F4B5F0153Fa75a14
Octal51371131370257724713224
Binary10110111111001011101111101010111111110100111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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