#056657

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

Shades of Mosque #056657

Tints of Mosque #056657

Color information

#056657 (or 0x056657) is unknown color: approx Mosque. HEX triplet: 05, 66 and 57. RGB value is (5,102,87). Sum of RGB (Red+Green+Blue) = 5+102+87=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 102 (40.23% from 255 or 52.58% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 102 - color contains mainly: green. Hex color #056657 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056657 is #FA99A8. Grayscale: #474747. Windows color (decimal): -16423337 or 5727749. OLE color: 5727749.

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

Color convert

RGB510287-
CMYK0.9500.150.6
HSL170.72º90.65%20.98%-
HSV(B)170.72º95.1%40%-
XYZ6.5310.2210.65-
YUV71.29136.8680.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.58%
GREEN value IS 102 (40.23% from 255) = 52.58%
BLUE value IS 87 (34.38% from 255) = 44.85%
R=2.58%
G=52.58%
B=44.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5102870.9500.150.6170.7290.6520.98
Hex566575F0F3Cab5b15
Octal51461271370177425313325
Binary1011100110101011110111110111111110010101011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056657; }

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

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

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

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

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

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

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

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