#055C50

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

Shades of Mosque #055C50

Tints of Mosque #055C50

Color information

#055C50 (or 0x055C50) is unknown color: approx Mosque. HEX triplet: 05, 5C and 50. RGB value is (5,92,80). Sum of RGB (Red+Green+Blue) = 5+92+80=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 92 (36.33% from 255 or 51.98% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 92 - color contains mainly: green. Hex color #055C50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055C50 is #FAA3AF. Grayscale: #404040. Windows color (decimal): -16425904 or 5266437. OLE color: 5266437.

HSL color Cylindrical-coordinate representation of color #055C50: hue angle of 171.72º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055C50 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB59280-
CMYK0.9500.130.64
HSL171.72º89.69%19.02%-
HSV(B)171.72º94.57%36.08%-
XYZ5.348.278.9-
YUV64.62136.6885.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.82%
GREEN value IS 92 (36.33% from 255) = 51.98%
BLUE value IS 80 (31.64% from 255) = 45.20%
R=2.82%
G=51.98%
B=45.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal592800.9500.130.64171.7289.6919.02
Hex55C505F0D40ac5a13
Octal513412013701510025413223
Binary10110111001010000101111101101100000010101100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,92,80); }

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

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

 a { background-color: rgb(5,92,80); }

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

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

 span { border-color: rgb(5,92,80); }

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