Html Css Color HEX #005A61 Mosque

📋 copy color: '#005A61'

red 0 ◦ green 90 ◦ blue 97

#005A61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #005A61

Tints of Mosque #005A61

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 value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#005A61 (or 0x005A61) is known color: 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

RGB 0 90 97 -
CMYK 1 0.07 0 0.62
HSL 184.33º 1% 0.19% -
HSV(B) 184.33º 1% 0.38% -
XYZ 5.81 8.18 12.58 -
YUV 63.89 146.68 82.43 -
System Red Green Blue C M Y K H S L
Decimal 0 90 97 1 0.07 0 0.62 184.33 1 0.19
Hex 0 5A 61 64 7 0 3E B8 64 13
Octal 0 132 141 144 7 0 76 270 144 23
Binary 0 1011010 1100001 1100100 111 0 111110 10111000 1100100 10011

Color Harmonies of #005A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A61

Black with #005A61

Text Example


Text Example

White with #005A61

Text Example


Text Example

HTML Codes & Css Web 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>