#05624B

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

Shades of Watercourse #05624B

Tints of Watercourse #05624B

Color information

#05624B (or 0x05624B) is unknown color: approx Watercourse. HEX triplet: 05, 62 and 4B. RGB value is (5,98,75). Sum of RGB (Red+Green+Blue) = 5+98+75=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 98 (38.67% from 255 or 55.06% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 98 - color contains mainly: green. Hex color #05624B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05624B is #FA9DB4. Grayscale: #434343. Windows color (decimal): -16424373 or 4940293. OLE color: 4940293.

HSL color Cylindrical-coordinate representation of color #05624B: hue angle of 165.16º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05624B is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB59875-
CMYK0.9500.230.62
HSL165.16º90.29%20.2%-
HSV(B)165.16º94.9%38.43%-
XYZ5.79.288.15-
YUV67.57132.1983.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.81%
GREEN value IS 98 (38.67% from 255) = 55.06%
BLUE value IS 75 (29.69% from 255) = 42.13%
R=2.81%
G=55.06%
B=42.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal598750.9500.230.62165.1690.2920.2
Hex5624B5F0173Ea55a14
Octal51421131370277624513224
Binary10111000101001011101111101011111111010100101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05624B; }

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

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

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

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

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

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

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

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