#055E63

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

Shades of Mosque #055E63

Tints of Mosque #055E63

Color information

#055E63 (or 0x055E63) is unknown color: approx Mosque. HEX triplet: 05, 5E and 63. RGB value is (5,94,99). Sum of RGB (Red+Green+Blue) = 5+94+99=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 94 (37.11% from 255 or 47.47% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #055E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055E63 is #FAA19C. Grayscale: #434343. Windows color (decimal): -16425373 or 6512133. OLE color: 6512133.

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

Color convert

RGB59499-
CMYK0.950.0500.61
HSL183.19º90.38%20.39%-
HSV(B)183.19º94.95%38.82%-
XYZ6.328.9413.2-
YUV67.96145.5183.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.53%
GREEN value IS 94 (37.11% from 255) = 47.47%
BLUE value IS 99 (39.06% from 255) = 50%
R=2.53%
G=47.47%
B=50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal594990.950.0500.61183.1990.3820.39
Hex55E635F503Db75a14
Octal5136143137507526713224
Binary101101111011000111011111101011110110110111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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