#05665C

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

Shades of Mosque #05665C

Tints of Mosque #05665C

Color information

#05665C (or 0x05665C) is unknown color: approx Mosque. HEX triplet: 05, 66 and 5C. RGB value is (5,102,92). Sum of RGB (Red+Green+Blue) = 5+102+92=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 102 (40.23% from 255 or 51.26% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 102 - color contains mainly: green. Hex color #05665C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05665C is #FA99A3. Grayscale: #474747. Windows color (decimal): -16423332 or 6055429. OLE color: 6055429.

HSL color Cylindrical-coordinate representation of color #05665C: hue angle of 173.81º 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 #05665C is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB510292-
CMYK0.9500.100.6
HSL173.81º90.65%20.98%-
HSV(B)173.81º95.1%40%-
XYZ6.7510.3111.76-
YUV71.86139.3680.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.51%
GREEN value IS 102 (40.23% from 255) = 51.26%
BLUE value IS 92 (36.33% from 255) = 46.23%
R=2.51%
G=51.26%
B=46.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5102920.9500.100.6173.8190.6520.98
Hex5665C5F0A3Cae5b15
Octal51461341370127425613325
Binary1011100110101110010111110101011110010101110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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