#065B55

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

Shades of Mosque #065B55

Tints of Mosque #065B55

Color information

#065B55 (or 0x065B55) is unknown color: approx Mosque. HEX triplet: 06, 5B and 55. RGB value is (6,91,85). Sum of RGB (Red+Green+Blue) = 6+91+85=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 91 (35.94% from 255 or 50% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 91 - color contains mainly: green. Hex color #065B55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065B55 is #F9A4AA. Grayscale: #404040. Windows color (decimal): -16360619 or 5593862. OLE color: 5593862.

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

Color convert

RGB69185-
CMYK0.9300.070.64
HSL175.76º87.63%19.02%-
HSV(B)175.76º93.41%35.69%-
XYZ5.468.189.89-
YUV64.9139.3485.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.30%
GREEN value IS 91 (35.94% from 255) = 50%
BLUE value IS 85 (33.59% from 255) = 46.70%
R=3.30%
G=50%
B=46.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal691850.9300.070.64175.7687.6319.02
Hex65B555D0740b05813
Octal61331251350710026013023
Binary1101011011101010110111010111100000010110000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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