#055A4B

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

Shades of Mosque #055A4B

Tints of Mosque #055A4B

Color information

#055A4B (or 0x055A4B) is unknown color: approx Mosque. HEX triplet: 05, 5A and 4B. RGB value is (5,90,75). Sum of RGB (Red+Green+Blue) = 5+90+75=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 90 (35.55% from 255 or 52.94% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 90 - color contains mainly: green. Hex color #055A4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A4B is #FAA5B4. Grayscale: #3E3E3E. Windows color (decimal): -16426421 or 4938245. OLE color: 4938245.

HSL color Cylindrical-coordinate representation of color #055A4B: hue angle of 169.41º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055A4B is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB59075-
CMYK0.9400.170.65
HSL169.41º89.47%18.63%-
HSV(B)169.41º94.44%35.29%-
XYZ4.997.857.91-
YUV62.88134.8486.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.94%
GREEN value IS 90 (35.55% from 255) = 52.94%
BLUE value IS 75 (29.69% from 255) = 44.12%
R=2.94%
G=52.94%
B=44.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal590750.9400.170.65169.4189.4718.63
Hex55A4B5E01141a95913
Octal513211313602110125113123
Binary101101101010010111011110010001100000110101001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055A4B; }

 p { color: rgb(5,90,75); }

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

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

 a { background-color: rgb(5,90,75); }

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

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

 span { border-color: rgb(5,90,75); }

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