#05635F

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

Shades of Mosque #05635F

Tints of Mosque #05635F

Color information

#05635F (or 0x05635F) is unknown color: approx Mosque. HEX triplet: 05, 63 and 5F. RGB value is (5,99,95). Sum of RGB (Red+Green+Blue) = 5+99+95=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 99 (39.06% from 255 or 49.75% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 99 - color contains mainly: green. Hex color #05635F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05635F is #FA9CA0. Grayscale: #464646. Windows color (decimal): -16424097 or 6251269. OLE color: 6251269.

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

Color convert

RGB59995-
CMYK0.9500.040.61
HSL177.45º90.38%20.39%-
HSV(B)177.45º94.95%38.82%-
XYZ6.599.7812.37-
YUV70.44141.8681.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.51%
GREEN value IS 99 (39.06% from 255) = 49.75%
BLUE value IS 95 (37.5% from 255) = 47.74%
R=2.51%
G=49.75%
B=47.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal599950.9500.040.61177.4590.3820.39
Hex5635F5F043Db15a14
Octal5143137137047526113224
Binary101110001110111111011111010011110110110001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05635F; }

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

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

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

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

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

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

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

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