#056062

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

Shades of Mosque #056062

Tints of Mosque #056062

Color information

#056062 (or 0x056062) is unknown color: approx Mosque. HEX triplet: 05, 60 and 62. RGB value is (5,96,98). Sum of RGB (Red+Green+Blue) = 5+96+98=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 98 - color contains mainly: blue. Hex color #056062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056062 is #FA9F9D. Grayscale: #444444. Windows color (decimal): -16424862 or 6447109. OLE color: 6447109.

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

Color convert

RGB59698-
CMYK0.950.0200.62
HSL181.29º90.29%20.2%-
HSV(B)181.29º94.9%38.43%-
XYZ6.459.2813.01-
YUV69.02144.3582.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.51%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 98 (38.67% from 255) = 49.25%
R=2.51%
G=48.24%
B=49.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal596980.950.0200.62181.2990.2920.2
Hex560625F203Eb55a14
Octal5140142137207626513224
Binary10111000001100010101111110011111010110101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056062; }

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

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

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

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

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

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

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

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