#00555F

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

Shades of Mosque #00555F

Tints of Mosque #00555F

Color information

#00555F (or 0x00555F) is unknown color: approx Mosque. HEX triplet: 00, 55 and 5F. RGB value is (0,85,95). Sum of RGB (Red+Green+Blue) = 0+85+95=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #00555F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00555F is #FFAAA0. Grayscale: #3C3C3C. Windows color (decimal): -16755361 or 6247680. OLE color: 6247680.

HSL color Cylindrical-coordinate representation of color #00555F: hue angle of 186.32º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00555F is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB08595-
CMYK10.1100.63
HSL186.32º100%18.63%-
HSV(B)186.32º100%37.25%-
XYZ5.317.3211.96-
YUV60.72147.3484.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 95 (37.5% from 255) = 52.78%
R=0%
G=47.22%
B=52.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal0859510.1100.63186.3210018.63
Hex0555F64B03Fba6413
Octal01251371441307727214423
Binary01010101101111111001001011011111110111010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00555F; }

 p { color: rgb(0,85,95); }

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

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

 a { background-color: rgb(0,85,95); }

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

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

 span { border-color: rgb(0,85,95); }

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