#055E5F

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

Shades of Mosque #055E5F

Tints of Mosque #055E5F

Color information

#055E5F (or 0x055E5F) is unknown color: approx Mosque. HEX triplet: 05, 5E and 5F. RGB value is (5,94,95). Sum of RGB (Red+Green+Blue) = 5+94+95=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 94 (37.11% from 255 or 48.45% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #055E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055E5F is #FAA1A0. Grayscale: #434343. Windows color (decimal): -16425377 or 6249989. OLE color: 6249989.

HSL color Cylindrical-coordinate representation of color #055E5F: hue angle of 180.67º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055E5F is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB59495-
CMYK0.950.0100.63
HSL180.67º90%19.61%-
HSV(B)180.67º94.74%37.25%-
XYZ6.138.8612.21-
YUV67.5143.5183.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.58%
GREEN value IS 94 (37.11% from 255) = 48.45%
BLUE value IS 95 (37.5% from 255) = 48.97%
R=2.58%
G=48.45%
B=48.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal594950.950.0100.63180.679019.61
Hex55E5F5F103Fb55a14
Octal5136137137107726513224
Binary1011011110101111110111111011111110110101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,94,95); }

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

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

 a { background-color: rgb(5,94,95); }

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

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

 span { border-color: rgb(5,94,95); }

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