#05695C

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

Shades of Mosque #05695C

Tints of Mosque #05695C

Color information

#05695C (or 0x05695C) is unknown color: approx Mosque. HEX triplet: 05, 69 and 5C. RGB value is (5,105,92). Sum of RGB (Red+Green+Blue) = 5+105+92=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 105 (41.41% from 255 or 51.98% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 105 - color contains mainly: green. Hex color #05695C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05695C is #FA96A3. Grayscale: #494949. Windows color (decimal): -16422564 or 6056197. OLE color: 6056197.

HSL color Cylindrical-coordinate representation of color #05695C: hue angle of 172.2º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05695C is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB510592-
CMYK0.9500.120.59
HSL172.2º90.91%21.57%-
HSV(B)172.2º95.24%41.18%-
XYZ7.0510.9111.86-
YUV73.62138.3779.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.48%
GREEN value IS 105 (41.41% from 255) = 51.98%
BLUE value IS 92 (36.33% from 255) = 45.54%
R=2.48%
G=51.98%
B=45.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5105920.9500.120.59172.290.9121.57
Hex5695C5F0C3Bac5b16
Octal51511341370147325413326
Binary1011101001101110010111110110011101110101100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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