#056154

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

Shades of Mosque #056154

Tints of Mosque #056154

Color information

#056154 (or 0x056154) is unknown color: approx Mosque. HEX triplet: 05, 61 and 54. RGB value is (5,97,84). Sum of RGB (Red+Green+Blue) = 5+97+84=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #056154 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056154 is #FA9EAB. Grayscale: #434343. Windows color (decimal): -16424620 or 5529861. OLE color: 5529861.

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

Color convert

RGB59784-
CMYK0.9500.130.62
HSL171.52º90.2%20%-
HSV(B)171.52º94.85%38.04%-
XYZ5.949.229.85-
YUV68.01137.0283.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.69%
GREEN value IS 97 (38.28% from 255) = 52.15%
BLUE value IS 84 (33.20% from 255) = 45.16%
R=2.69%
G=52.15%
B=45.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal597840.9500.130.62171.5290.220
Hex561545F0D3Eac5a14
Octal51411241370157625413224
Binary1011100001101010010111110110111111010101100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056154; }

 p { color: rgb(5,97,84); }

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

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

 a { background-color: rgb(5,97,84); }

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

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

 span { border-color: rgb(5,97,84); }

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