#065B5E

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

Shades of Mosque #065B5E

Tints of Mosque #065B5E

Color information

#065B5E (or 0x065B5E) is unknown color: approx Mosque. HEX triplet: 06, 5B and 5E. RGB value is (6,91,94). Sum of RGB (Red+Green+Blue) = 6+91+94=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 91 (35.94% from 255 or 47.64% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 94 - color contains mainly: blue. Hex color #065B5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065B5E is #F9A4A1. Grayscale: #414141. Windows color (decimal): -16360610 or 6183686. OLE color: 6183686.

HSL color Cylindrical-coordinate representation of color #065B5E: hue angle of 182.05º 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 #065B5E is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB69194-
CMYK0.940.0300.63
HSL182.05º88%19.61%-
HSV(B)182.05º93.62%36.86%-
XYZ5.848.3311.89-
YUV65.93143.8485.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.14%
GREEN value IS 91 (35.94% from 255) = 47.64%
BLUE value IS 94 (37.11% from 255) = 49.21%
R=3.14%
G=47.64%
B=49.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal691940.940.0300.63182.058819.61
Hex65B5E5E303Fb65814
Octal6133136136307726613024
Binary11010110111011110101111011011111110110110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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