#08595D

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

Shades of Mosque #08595D

Tints of Mosque #08595D

Color information

#08595D (or 0x08595D) is unknown color: approx Mosque. HEX triplet: 08, 59 and 5D. RGB value is (8,89,93). Sum of RGB (Red+Green+Blue) = 8+89+93=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #08595D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08595D is #F7A6A2. Grayscale: #414141. Windows color (decimal): -16230051 or 6117640. OLE color: 6117640.

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

Color convert

RGB88993-
CMYK0.910.0400.64
HSL182.82º84.16%19.8%-
HSV(B)182.82º91.4%36.47%-
XYZ5.657.9911.6-
YUV65.24143.6687.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.21%
GREEN value IS 89 (35.16% from 255) = 46.84%
BLUE value IS 93 (36.72% from 255) = 48.95%
R=4.21%
G=46.84%
B=48.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal889930.910.0400.64182.8284.1619.8
Hex8595D5B4040b75414
Octal101311351334010026712424
Binary10001011001101110110110111000100000010110111101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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