#065B58

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

Shades of Mosque #065B58

Tints of Mosque #065B58

Color information

#065B58 (or 0x065B58) is unknown color: approx Mosque. HEX triplet: 06, 5B and 58. RGB value is (6,91,88). Sum of RGB (Red+Green+Blue) = 6+91+88=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 91 (35.94% from 255 or 49.19% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 91 - color contains mainly: green. Hex color #065B58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065B58 is #F9A4A7. Grayscale: #414141. Windows color (decimal): -16360616 or 5790470. OLE color: 5790470.

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

Color convert

RGB69188-
CMYK0.9300.030.64
HSL177.88º87.63%19.02%-
HSV(B)177.88º93.41%35.69%-
XYZ5.588.2310.53-
YUV65.24140.8485.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.24%
GREEN value IS 91 (35.94% from 255) = 49.19%
BLUE value IS 88 (34.77% from 255) = 47.57%
R=3.24%
G=49.19%
B=47.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal691880.9300.030.64177.8887.6319.02
Hex65B585D0340b25813
Octal61331301350310026213023
Binary110101101110110001011101011100000010110010101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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