#055862

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

Shades of Mosque #055862

Tints of Mosque #055862

Color information

#055862 (or 0x055862) is unknown color: approx Mosque. HEX triplet: 05, 58 and 62. RGB value is (5,88,98). Sum of RGB (Red+Green+Blue) = 5+88+98=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #055862 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055862 is #FAA79D. Grayscale: #404040. Windows color (decimal): -16426910 or 6445061. OLE color: 6445061.

HSL color Cylindrical-coordinate representation of color #055862: hue angle of 186.45º 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 #055862 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB58898-
CMYK0.950.1000.62
HSL186.45º90.29%20.2%-
HSV(B)186.45º94.9%38.43%-
XYZ5.767.8912.78-
YUV64.3214785.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.62%
GREEN value IS 88 (34.77% from 255) = 46.07%
BLUE value IS 98 (38.67% from 255) = 51.31%
R=2.62%
G=46.07%
B=51.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal588980.950.1000.62186.4590.2920.2
Hex558625FA03Eba5a14
Octal51301421371207627213224
Binary1011011000110001010111111010011111010111010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055862; }

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

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

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

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

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

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

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

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