#06565B

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

Shades of Mosque #06565B

Tints of Mosque #06565B

Color information

#06565B (or 0x06565B) is unknown color: approx Mosque. HEX triplet: 06, 56 and 5B. RGB value is (6,86,91). Sum of RGB (Red+Green+Blue) = 6+86+91=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 86 (33.98% from 255 or 46.99% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #06565B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06565B is #F9A9A4. Grayscale: #3E3E3E. Windows color (decimal): -16361893 or 5985798. OLE color: 5985798.

HSL color Cylindrical-coordinate representation of color #06565B: hue angle of 183.53º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06565B is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB68691-
CMYK0.930.0500.64
HSL183.53º87.63%19.02%-
HSV(B)183.53º93.41%35.69%-
XYZ5.297.4511.06-
YUV62.6514487.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.28%
GREEN value IS 86 (33.98% from 255) = 46.99%
BLUE value IS 91 (35.94% from 255) = 49.73%
R=3.28%
G=46.99%
B=49.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal686910.930.0500.64183.5387.6319.02
Hex6565B5D5040b85813
Octal61261331355010027013023
Binary1101010110101101110111011010100000010111000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06565B; }

 p { color: rgb(6,86,91); }

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

<style>
 a { background-color: #06565B; }

 a { background-color: rgb(6,86,91); }

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

<style>
 span { border-color: #06565B; }

 span { border-color: rgb(6,86,91); }

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