#005859

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

Shades of Mosque #005859

Tints of Mosque #005859

Color information

#005859 (or 0x005859) is unknown color: approx Mosque. HEX triplet: 00, 58 and 59. RGB value is (0,88,89). Sum of RGB (Red+Green+Blue) = 0+88+89=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #005859 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005859 is #FFA7A6. Grayscale: #3D3D3D. Windows color (decimal): -16754599 or 5855232. OLE color: 5855232.

HSL color Cylindrical-coordinate representation of color #005859: hue angle of 180.67º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005859 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB08889-
CMYK10.0100.65
HSL180.67º100%17.45%-
HSV(B)180.67º100%34.9%-
XYZ5.297.710.66-
YUV61.8143.3583.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 88 (34.77% from 255) = 49.72%
BLUE value IS 89 (35.16% from 255) = 50.28%
R=0%
G=49.72%
B=50.28%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0888910.0100.65180.6710017.45
Hex05859641041b56411
Octal01301311441010126514421
Binary010110001011001110010010100000110110101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005859; }

 p { color: rgb(0,88,89); }

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

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

 a { background-color: rgb(0,88,89); }

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

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

 span { border-color: rgb(0,88,89); }

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