#065D50

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

Shades of Mosque #065D50

Tints of Mosque #065D50

Color information

#065D50 (or 0x065D50) is unknown color: approx Mosque. HEX triplet: 06, 5D and 50. RGB value is (6,93,80). Sum of RGB (Red+Green+Blue) = 6+93+80=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 93 (36.72% from 255 or 51.96% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 93 - color contains mainly: green. Hex color #065D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065D50 is #F9A2AF. Grayscale: #414141. Windows color (decimal): -16360112 or 5266694. OLE color: 5266694.

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

Color convert

RGB69380-
CMYK0.9400.140.64
HSL171.03º87.88%19.41%-
HSV(B)171.03º93.55%36.47%-
XYZ5.448.458.93-
YUV65.5136.1885.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.35%
GREEN value IS 93 (36.72% from 255) = 51.96%
BLUE value IS 80 (31.64% from 255) = 44.69%
R=3.35%
G=51.96%
B=44.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal693800.9400.140.64171.0387.8819.41
Hex65D505E0E40ab5813
Octal613512013601610025313023
Binary11010111011010000101111001110100000010101011101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,93,80); }

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

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

 a { background-color: rgb(6,93,80); }

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

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

 span { border-color: rgb(6,93,80); }

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