#055C4B

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

Shades of Watercourse #055C4B

Tints of Watercourse #055C4B

Color information

#055C4B (or 0x055C4B) is unknown color: approx Watercourse. HEX triplet: 05, 5C and 4B. RGB value is (5,92,75). Sum of RGB (Red+Green+Blue) = 5+92+75=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 92 (36.33% from 255 or 53.49% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 92 - color contains mainly: green. Hex color #055C4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055C4B is #FAA3B4. Grayscale: #404040. Windows color (decimal): -16425909 or 4938757. OLE color: 4938757.

HSL color Cylindrical-coordinate representation of color #055C4B: hue angle of 168.28º 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 #055C4B is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB59275-
CMYK0.9500.180.64
HSL168.28º89.69%19.02%-
HSV(B)168.28º94.57%36.08%-
XYZ5.168.197.97-
YUV64.05134.1885.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.91%
GREEN value IS 92 (36.33% from 255) = 53.49%
BLUE value IS 75 (29.69% from 255) = 43.60%
R=2.91%
G=53.49%
B=43.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal592750.9500.180.64168.2889.6919.02
Hex55C4B5F01240a85a13
Octal513411313702210025013223
Binary101101110010010111011111010010100000010101000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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