#056063

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

Shades of Mosque #056063

Tints of Mosque #056063

Color information

#056063 (or 0x056063) is unknown color: approx Mosque. HEX triplet: 05, 60 and 63. RGB value is (5,96,99). Sum of RGB (Red+Green+Blue) = 5+96+99=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #056063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056063 is #FA9F9C. Grayscale: #454545. Windows color (decimal): -16424861 or 6512645. OLE color: 6512645.

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

Color convert

RGB59699-
CMYK0.950.0300.61
HSL181.91º90.38%20.39%-
HSV(B)181.91º94.95%38.82%-
XYZ6.59.313.26-
YUV69.13144.8582.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.5%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 99 (39.06% from 255) = 49.5%
R=2.5%
G=48%
B=49.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal596990.950.0300.61181.9190.3820.39
Hex560635F303Db65a14
Octal5140143137307526613224
Binary10111000001100011101111111011110110110110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056063; }

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

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

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

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

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

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

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

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