#08555D

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

Shades of Mosque #08555D

Tints of Mosque #08555D

Color information

#08555D (or 0x08555D) is unknown color: approx Mosque. HEX triplet: 08, 55 and 5D. RGB value is (8,85,93). Sum of RGB (Red+Green+Blue) = 8+85+93=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #08555D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08555D is #F7AAA2. Grayscale: #3E3E3E. Windows color (decimal): -16231075 or 6116616. OLE color: 6116616.

HSL color Cylindrical-coordinate representation of color #08555D: hue angle of 185.65º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08555D is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB88593-
CMYK0.910.0900.64
HSL185.65º84.16%19.8%-
HSV(B)185.65º91.4%36.47%-
XYZ5.327.3411.49-
YUV62.89144.9988.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.30%
GREEN value IS 85 (33.59% from 255) = 45.70%
BLUE value IS 93 (36.72% from 255) = 50%
R=4.30%
G=45.70%
B=50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal885930.910.0900.64185.6584.1619.8
Hex8555D5B9040ba5414
Octal1012513513311010027212424
Binary100010101011011101101101110010100000010111010101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08555D; }

 p { color: rgb(8,85,93); }

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

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

 a { background-color: rgb(8,85,93); }

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

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

 span { border-color: rgb(8,85,93); }

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