#06565A

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

Shades of Mosque #06565A

Tints of Mosque #06565A

Color information

#06565A (or 0x06565A) is unknown color: approx Mosque. HEX triplet: 06, 56 and 5A. RGB value is (6,86,90). Sum of RGB (Red+Green+Blue) = 6+86+90=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #06565A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06565A is #F9A9A5. Grayscale: #3E3E3E. Windows color (decimal): -16361894 or 5920262. OLE color: 5920262.

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

Color convert

RGB68690-
CMYK0.930.0400.65
HSL182.86º87.5%18.82%-
HSV(B)182.86º93.33%35.29%-
XYZ5.257.4310.83-
YUV62.54143.587.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.30%
GREEN value IS 86 (33.98% from 255) = 47.25%
BLUE value IS 90 (35.55% from 255) = 49.45%
R=3.30%
G=47.25%
B=49.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal686900.930.0400.65182.8687.518.82
Hex6565A5D4041b75813
Octal61261321354010126713023
Binary1101010110101101010111011000100000110110111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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