#056052

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

Shades of Mosque #056052

Tints of Mosque #056052

Color information

#056052 (or 0x056052) is unknown color: approx Mosque. HEX triplet: 05, 60 and 52. RGB value is (5,96,82). Sum of RGB (Red+Green+Blue) = 5+96+82=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #056052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056052 is #FA9FAD. Grayscale: #434343. Windows color (decimal): -16424878 or 5398533. OLE color: 5398533.

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

Color convert

RGB59682-
CMYK0.9500.150.62
HSL170.77º90.1%19.8%-
HSV(B)170.77º94.79%37.65%-
XYZ5.779.019.42-
YUV67.19136.3583.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.73%
GREEN value IS 96 (37.89% from 255) = 52.46%
BLUE value IS 82 (32.42% from 255) = 44.81%
R=2.73%
G=52.46%
B=44.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal596820.9500.150.62170.7790.119.8
Hex560525F0F3Eab5a14
Octal51401221370177625313224
Binary1011100000101001010111110111111111010101011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056052; }

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

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

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

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

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

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

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

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