#055857

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

Shades of Mosque #055857

Tints of Mosque #055857

Color information

#055857 (or 0x055857) is unknown color: approx Mosque. HEX triplet: 05, 58 and 57. RGB value is (5,88,87). Sum of RGB (Red+Green+Blue) = 5+88+87=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #055857 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055857 is #FAA7A8. Grayscale: #3E3E3E. Windows color (decimal): -16426921 or 5724165. OLE color: 5724165.

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

Color convert

RGB58887-
CMYK0.9400.010.65
HSL179.28º89.25%18.24%-
HSV(B)179.28º94.32%34.51%-
XYZ5.277.710.23-
YUV63.07141.586.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.78%
GREEN value IS 88 (34.77% from 255) = 48.89%
BLUE value IS 87 (34.38% from 255) = 48.33%
R=2.78%
G=48.89%
B=48.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal588870.9400.010.65179.2889.2518.24
Hex558575E0141b35912
Octal51301271360110126313122
Binary10110110001010111101111001100000110110011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055857; }

 p { color: rgb(5,88,87); }

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

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

 a { background-color: rgb(5,88,87); }

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

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

 span { border-color: rgb(5,88,87); }

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