#08555A

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

Shades of Mosque #08555A

Tints of Mosque #08555A

Color information

#08555A (or 0x08555A) is unknown color: approx Mosque. HEX triplet: 08, 55 and 5A. RGB value is (8,85,90). Sum of RGB (Red+Green+Blue) = 8+85+90=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #08555A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08555A is #F7AAA5. Grayscale: #3E3E3E. Windows color (decimal): -16231078 or 5920008. OLE color: 5920008.

HSL color Cylindrical-coordinate representation of color #08555A: hue angle of 183.66º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08555A is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB88590-
CMYK0.910.0600.65
HSL183.66º83.67%19.22%-
HSV(B)183.66º91.11%35.29%-
XYZ5.197.2910.81-
YUV62.55143.4989.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.37%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 90 (35.55% from 255) = 49.18%
R=4.37%
G=46.45%
B=49.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal885900.910.0600.65183.6683.6719.22
Hex8555A5B6041b85413
Octal101251321336010127012423
Binary10001010101101101010110111100100000110111000101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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