#056665

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

Shades of Mosque #056665

Tints of Mosque #056665

Color information

#056665 (or 0x056665) is unknown color: approx Mosque. HEX triplet: 05, 66 and 65. RGB value is (5,102,101). Sum of RGB (Red+Green+Blue) = 5+102+101=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #056665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056665 is #FA999A. Grayscale: #484848. Windows color (decimal): -16423323 or 6645253. OLE color: 6645253.

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

Color convert

RGB5102101-
CMYK0.9500.010.6
HSL179.38º90.65%20.98%-
HSV(B)179.38º95.1%40%-
XYZ7.1610.4713.96-
YUV72.88143.8679.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.40%
GREEN value IS 102 (40.23% from 255) = 49.04%
BLUE value IS 101 (39.84% from 255) = 48.56%
R=2.40%
G=49.04%
B=48.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal51021010.9500.010.6179.3890.6520.98
Hex566655F013Cb35b15
Octal5146145137017426313325
Binary1011100110110010110111110111110010110011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056665; }

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

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

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

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

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

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

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

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