#055455

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

Shades of Mosque #055455

Tints of Mosque #055455

Color information

#055455 (or 0x055455) is unknown color: approx Mosque. HEX triplet: 05, 54 and 55. RGB value is (5,84,85). Sum of RGB (Red+Green+Blue) = 5+84+85=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #055455 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055455 is #FAABAA. Grayscale: #3C3C3C. Windows color (decimal): -16427947 or 5592069. OLE color: 5592069.

HSL color Cylindrical-coordinate representation of color #055455: hue angle of 180.75º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055455 is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB58485-
CMYK0.940.0100.67
HSL180.75º88.89%17.65%-
HSV(B)180.75º94.12%33.33%-
XYZ4.877.039.69-
YUV60.49141.8388.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 84 (33.20% from 255) = 48.28%
BLUE value IS 85 (33.59% from 255) = 48.85%
R=2.87%
G=48.28%
B=48.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal584850.940.0100.67180.7588.8917.65
Hex554555E1043b55912
Octal51241251361010326513122
Binary10110101001010101101111010100001110110101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055455; }

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

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

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

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

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

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

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

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