#065A52

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

Shades of Mosque #065A52

Tints of Mosque #065A52

Color information

#065A52 (or 0x065A52) is unknown color: approx Mosque. HEX triplet: 06, 5A and 52. RGB value is (6,90,82). Sum of RGB (Red+Green+Blue) = 6+90+82=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #065A52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065A52 is #F9A5AD. Grayscale: #3F3F3F. Windows color (decimal): -16360878 or 5396998. OLE color: 5396998.

HSL color Cylindrical-coordinate representation of color #065A52: hue angle of 174.29º 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 #065A52 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB69082-
CMYK0.9300.090.65
HSL174.29º87.5%18.82%-
HSV(B)174.29º93.33%35.29%-
XYZ5.257.969.24-
YUV63.97138.1786.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.37%
GREEN value IS 90 (35.55% from 255) = 50.56%
BLUE value IS 82 (32.42% from 255) = 46.07%
R=3.37%
G=50.56%
B=46.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal690820.9300.090.65174.2987.518.82
Hex65A525D0941ae5813
Octal613212213501110125613023
Binary11010110101010010101110101001100000110101110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065A52; }

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

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

<style>
 a { background-color: #065A52; }

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

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

<style>
 span { border-color: #065A52; }

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

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