#005A61

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

Shades of Mosque #005A61

Tints of Mosque #005A61

Color information

#005A61 (or 0x005A61) is unknown color: approx Mosque. HEX triplet: 00, 5A and 61. RGB value is (0,90,97). Sum of RGB (Red+Green+Blue) = 0+90+97=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 90 (35.55% from 255 or 48.13% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #005A61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A61 is #FFA59E. Grayscale: #3F3F3F. Windows color (decimal): -16754079 or 6380032. OLE color: 6380032.

HSL color Cylindrical-coordinate representation of color #005A61: hue angle of 184.33º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A61 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB09097-
CMYK10.0700.62
HSL184.33º100%19.02%-
HSV(B)184.33º100%38.04%-
XYZ5.818.1812.58-
YUV63.89146.6882.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 90 (35.55% from 255) = 48.13%
BLUE value IS 97 (38.28% from 255) = 51.87%
R=0%
G=48.13%
B=51.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0909710.0700.62184.3310019.02
Hex05A6164703Eb86413
Octal0132141144707627014423
Binary0101101011000011100100111011111010111000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005A61; }

 p { color: rgb(0,90,97); }

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

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

 a { background-color: rgb(0,90,97); }

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

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

 span { border-color: rgb(0,90,97); }

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