#065E51

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

Shades of Mosque #065E51

Tints of Mosque #065E51

Color information

#065E51 (or 0x065E51) is unknown color: approx Mosque. HEX triplet: 06, 5E and 51. RGB value is (6,94,81). Sum of RGB (Red+Green+Blue) = 6+94+81=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 94 (37.11% from 255 or 51.93% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 94 - color contains mainly: green. Hex color #065E51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065E51 is #F9A1AE. Grayscale: #424242. Windows color (decimal): -16359855 or 5332486. OLE color: 5332486.

HSL color Cylindrical-coordinate representation of color #065E51: hue angle of 171.14º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065E51 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB69481-
CMYK0.9400.140.63
HSL171.14º88%19.61%-
HSV(B)171.14º93.62%36.86%-
XYZ5.568.649.16-
YUV66.21136.3585.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.31%
GREEN value IS 94 (37.11% from 255) = 51.93%
BLUE value IS 81 (32.03% from 255) = 44.75%
R=3.31%
G=51.93%
B=44.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal694810.9400.140.63171.148819.61
Hex65E515E0E3Fab5814
Octal61361211360167725313024
Binary1101011110101000110111100111011111110101011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,94,81); }

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

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

 a { background-color: rgb(6,94,81); }

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

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

 span { border-color: rgb(6,94,81); }

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