#05625A

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

Shades of Mosque #05625A

Tints of Mosque #05625A

Color information

#05625A (or 0x05625A) is unknown color: approx Mosque. HEX triplet: 05, 62 and 5A. RGB value is (5,98,90). Sum of RGB (Red+Green+Blue) = 5+98+90=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #05625A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05625A is #FA9DA5. Grayscale: #454545. Windows color (decimal): -16424358 or 5923333. OLE color: 5923333.

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

Color convert

RGB59890-
CMYK0.9500.080.62
HSL174.84º90.29%20.2%-
HSV(B)174.84º94.9%38.43%-
XYZ6.289.5111.18-
YUV69.28139.6982.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.59%
GREEN value IS 98 (38.67% from 255) = 50.78%
BLUE value IS 90 (35.55% from 255) = 46.63%
R=2.59%
G=50.78%
B=46.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal598900.9500.080.62174.8490.2920.2
Hex5625A5F083Eaf5a14
Octal51421321370107625713224
Binary1011100010101101010111110100011111010101111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05625A; }

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

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

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

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

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

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

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

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