#045C63

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

Shades of Mosque #045C63

Tints of Mosque #045C63

Color information

#045C63 (or 0x045C63) is unknown color: approx Mosque. HEX triplet: 04, 5C and 63. RGB value is (4,92,99). Sum of RGB (Red+Green+Blue) = 4+92+99=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 92 (36.33% from 255 or 47.18% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #045C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045C63 is #FBA39C. Grayscale: #424242. Windows color (decimal): -16491421 or 6511620. OLE color: 6511620.

HSL color Cylindrical-coordinate representation of color #045C63: hue angle of 184.42º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045C63 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB49299-
CMYK0.960.0700.61
HSL184.42º92.23%20.2%-
HSV(B)184.42º95.96%38.82%-
XYZ6.138.5813.14-
YUV66.49146.3583.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.05%
GREEN value IS 92 (36.33% from 255) = 47.18%
BLUE value IS 99 (39.06% from 255) = 50.77%
R=2.05%
G=47.18%
B=50.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal492990.960.0700.61184.4292.2320.2
Hex45C6360703Db85c14
Octal4134143140707527013424
Binary100101110011000111100000111011110110111000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045C63; }

 p { color: rgb(4,92,99); }

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

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

 a { background-color: rgb(4,92,99); }

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

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

 span { border-color: rgb(4,92,99); }

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