#05665B

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

Shades of Mosque #05665B

Tints of Mosque #05665B

Color information

#05665B (or 0x05665B) is unknown color: approx Mosque. HEX triplet: 05, 66 and 5B. RGB value is (5,102,91). Sum of RGB (Red+Green+Blue) = 5+102+91=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 102 (40.23% from 255 or 51.52% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 102 - color contains mainly: green. Hex color #05665B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05665B is #FA99A4. Grayscale: #474747. Windows color (decimal): -16423333 or 5989893. OLE color: 5989893.

HSL color Cylindrical-coordinate representation of color #05665B: hue angle of 173.2º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05665B is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB510291-
CMYK0.9500.110.6
HSL173.2º90.65%20.98%-
HSV(B)173.2º95.1%40%-
XYZ6.710.2911.53-
YUV71.74138.8680.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.53%
GREEN value IS 102 (40.23% from 255) = 51.52%
BLUE value IS 91 (35.94% from 255) = 45.96%
R=2.53%
G=51.52%
B=45.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5102910.9500.110.6173.290.6520.98
Hex5665B5F0B3Cad5b15
Octal51461331370137425513325
Binary1011100110101101110111110101111110010101101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05665B; }

 p { color: rgb(5,102,91); }

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

<style>
 a { background-color: #05665B; }

 a { background-color: rgb(5,102,91); }

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

<style>
 span { border-color: #05665B; }

 span { border-color: rgb(5,102,91); }

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