#005853

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

Shades of Mosque #005853

Tints of Mosque #005853

Color information

#005853 (or 0x005853) is unknown color: approx Mosque. HEX triplet: 00, 58 and 53. RGB value is (0,88,83). Sum of RGB (Red+Green+Blue) = 0+88+83=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 88 (34.77% from 255 or 51.46% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 88 - color contains mainly: green. Hex color #005853 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005853 is #FFA7AC. Grayscale: #3D3D3D. Windows color (decimal): -16754605 or 5462016. OLE color: 5462016.

HSL color Cylindrical-coordinate representation of color #005853: hue angle of 176.59º 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 #005853 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB08883-
CMYK100.060.65
HSL176.59º100%17.25%-
HSV(B)176.59º100%34.51%-
XYZ5.057.69.39-
YUV61.12140.3584.41-

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) = 51.46%
BLUE value IS 83 (32.81% from 255) = 48.54%
R=0%
G=51.46%
B=48.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal08883100.060.65176.5910017.25
Hex05853640641b16411
Octal01301231440610126114421
Binary01011000101001111001000110100000110110001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005853; }

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

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

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

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

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

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

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

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