#08565C

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

Shades of Mosque #08565C

Tints of Mosque #08565C

Color information

#08565C (or 0x08565C) is unknown color: approx Mosque. HEX triplet: 08, 56 and 5C. RGB value is (8,86,92). Sum of RGB (Red+Green+Blue) = 8+86+92=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #08565C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08565C is #F7A9A3. Grayscale: #3F3F3F. Windows color (decimal): -16230820 or 6051336. OLE color: 6051336.

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

Color convert

RGB88692-
CMYK0.910.0700.64
HSL184.29º84%19.61%-
HSV(B)184.29º91.3%36.08%-
XYZ5.367.4811.29-
YUV63.36144.1688.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.30%
GREEN value IS 86 (33.98% from 255) = 46.24%
BLUE value IS 92 (36.33% from 255) = 49.46%
R=4.30%
G=46.24%
B=49.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal886920.910.0700.64184.298419.61
Hex8565C5B7040b85414
Octal101261341337010027012424
Binary10001010110101110010110111110100000010111000101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08565C; }

 p { color: rgb(8,86,92); }

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

<style>
 a { background-color: #08565C; }

 a { background-color: rgb(8,86,92); }

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

<style>
 span { border-color: #08565C; }

 span { border-color: rgb(8,86,92); }

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