#055B63

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

Shades of Mosque #055B63

Tints of Mosque #055B63

Color information

#055B63 (or 0x055B63) is unknown color: approx Mosque. HEX triplet: 05, 5B and 63. RGB value is (5,91,99). Sum of RGB (Red+Green+Blue) = 5+91+99=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 91 (35.94% from 255 or 46.67% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #055B63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055B63 is #FAA49C. Grayscale: #424242. Windows color (decimal): -16426141 or 6511365. OLE color: 6511365.

HSL color Cylindrical-coordinate representation of color #055B63: hue angle of 185.11º 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 #055B63 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB59199-
CMYK0.950.0800.61
HSL185.11º90.38%20.39%-
HSV(B)185.11º94.95%38.82%-
XYZ6.068.4213.11-
YUV66.2146.5184.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.56%
GREEN value IS 91 (35.94% from 255) = 46.67%
BLUE value IS 99 (39.06% from 255) = 50.77%
R=2.56%
G=46.67%
B=50.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal591990.950.0800.61185.1190.3820.39
Hex55B635F803Db95a14
Octal51331431371007527113224
Binary1011011011110001110111111000011110110111001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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