#055A62

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

Shades of Mosque #055A62

Tints of Mosque #055A62

Color information

#055A62 (or 0x055A62) is unknown color: approx Mosque. HEX triplet: 05, 5A and 62. RGB value is (5,90,98). Sum of RGB (Red+Green+Blue) = 5+90+98=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #055A62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A62 is #FAA59D. Grayscale: #414141. Windows color (decimal): -16426398 or 6445573. OLE color: 6445573.

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

Color convert

RGB59098-
CMYK0.950.0800.62
HSL185.16º90.29%20.2%-
HSV(B)185.16º94.9%38.43%-
XYZ5.928.2312.83-
YUV65.5146.3484.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.59%
GREEN value IS 90 (35.55% from 255) = 46.63%
BLUE value IS 98 (38.67% from 255) = 50.78%
R=2.59%
G=46.63%
B=50.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal590980.950.0800.62185.1690.2920.2
Hex55A625F803Eb95a14
Octal51321421371007627113224
Binary1011011010110001010111111000011111010111001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,90,98); }

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

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

 a { background-color: rgb(5,90,98); }

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

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

 span { border-color: rgb(5,90,98); }

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