#08535D

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

Shades of Mosque #08535D

Tints of Mosque #08535D

Color information

#08535D (or 0x08535D) is unknown color: approx Mosque. HEX triplet: 08, 53 and 5D. RGB value is (8,83,93). Sum of RGB (Red+Green+Blue) = 8+83+93=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #08535D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08535D is #F7ACA2. Grayscale: #3D3D3D. Windows color (decimal): -16231587 or 6116104. OLE color: 6116104.

HSL color Cylindrical-coordinate representation of color #08535D: hue angle of 187.06º 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 #08535D is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB88393-
CMYK0.910.1100.64
HSL187.06º84.16%19.8%-
HSV(B)187.06º91.4%36.47%-
XYZ5.177.0311.44-
YUV61.72145.6589.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.35%
GREEN value IS 83 (32.81% from 255) = 45.11%
BLUE value IS 93 (36.72% from 255) = 50.54%
R=4.35%
G=45.11%
B=50.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal883930.910.1100.64187.0684.1619.8
Hex8535D5BB040bb5414
Octal1012313513313010027312424
Binary100010100111011101101101110110100000010111011101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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