#04535B

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

Shades of Mosque #04535B

Tints of Mosque #04535B

Color information

#04535B (or 0x04535B) is unknown color: approx Mosque. HEX triplet: 04, 53 and 5B. RGB value is (4,83,91). Sum of RGB (Red+Green+Blue) = 4+83+91=178 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.25% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #04535B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04535B is #FBACA4. Grayscale: #3C3C3C. Windows color (decimal): -16493733 or 5985028. OLE color: 5985028.

HSL color Cylindrical-coordinate representation of color #04535B: hue angle of 185.52º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04535B is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB48391-
CMYK0.960.0900.64
HSL185.52º91.58%18.63%-
HSV(B)185.52º95.6%35.69%-
XYZ5.036.9710.98-
YUV60.29145.3387.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.25%
GREEN value IS 83 (32.81% from 255) = 46.63%
BLUE value IS 91 (35.94% from 255) = 51.12%
R=2.25%
G=46.63%
B=51.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal483910.960.0900.64185.5291.5818.63
Hex4535B609040ba5c13
Octal412313314011010027213423
Binary10010100111011011110000010010100000010111010101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04535B; }

 p { color: rgb(4,83,91); }

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

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

 a { background-color: rgb(4,83,91); }

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

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

 span { border-color: rgb(4,83,91); }

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