#005862

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

Shades of Mosque #005862

Tints of Mosque #005862

Color information

#005862 (or 0x005862) is unknown color: approx Mosque. HEX triplet: 00, 58 and 62. RGB value is (0,88,98). Sum of RGB (Red+Green+Blue) = 0+88+98=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #005862 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005862 is #FFA79D. Grayscale: #3E3E3E. Windows color (decimal): -16754590 or 6445056. OLE color: 6445056.

HSL color Cylindrical-coordinate representation of color #005862: hue angle of 186.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005862 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB08898-
CMYK10.1000.62
HSL186.12º100%19.22%-
HSV(B)186.12º100%38.43%-
XYZ5.697.8612.77-
YUV62.83147.8583.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 88 (34.77% from 255) = 47.31%
BLUE value IS 98 (38.67% from 255) = 52.69%
R=0%
G=47.31%
B=52.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0889810.1000.62186.1210019.22
Hex0586264A03Eba6413
Octal01301421441207627214423
Binary01011000110001011001001010011111010111010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005862; }

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

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

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

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

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

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

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

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