#056053

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

Shades of Mosque #056053

Tints of Mosque #056053

Color information

#056053 (or 0x056053) is unknown color: approx Mosque. HEX triplet: 05, 60 and 53. RGB value is (5,96,83). Sum of RGB (Red+Green+Blue) = 5+96+83=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #056053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056053 is #FA9FAC. Grayscale: #434343. Windows color (decimal): -16424877 or 5464069. OLE color: 5464069.

HSL color Cylindrical-coordinate representation of color #056053: hue angle of 171.43º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056053 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB59683-
CMYK0.9500.140.62
HSL171.43º90.1%19.8%-
HSV(B)171.43º94.79%37.65%-
XYZ5.819.029.62-
YUV67.31136.8583.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.72%
GREEN value IS 96 (37.89% from 255) = 52.17%
BLUE value IS 83 (32.81% from 255) = 45.11%
R=2.72%
G=52.17%
B=45.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal596830.9500.140.62171.4390.119.8
Hex560535F0E3Eab5a14
Octal51401231370167625313224
Binary1011100000101001110111110111011111010101011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056053; }

 p { color: rgb(5,96,83); }

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

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

 a { background-color: rgb(5,96,83); }

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

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

 span { border-color: rgb(5,96,83); }

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