Html Css Color HEX #005A62 Mosque

📋 copy color: '#005A62'

red 0 ◦ green 90 ◦ blue 98

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

Shades of Mosque #005A62

Tints of Mosque #005A62

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 90 (35.55% from 255) = 47.87%

 BLUE value IS 98 (38.67% from 255) = 52.13%

R = 0%
G = 47.87%
B = 52.13%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#005A62 (or 0x005A62) is known color: Mosque. HEX triplet: 00, 5A and 62. RGB value is (0,90,98). Sum of RGB (Red+Green+Blue) = 0+90+98=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #005A62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A62 is #FFA59D. Grayscale: #3F3F3F. Windows color (decimal): -16754078 or 6445568. OLE color: 6445568.

HSL color Cylindrical-coordinate representation of color #005A62: hue angle of 184.9º 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 #005A62 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 90 98 -
CMYK 1 0.08 0 0.62
HSL 184.9º 1% 0.19% -
HSV(B) 184.9º 1% 0.38% -
XYZ 5.86 8.19 12.83 -
YUV 64 147.18 82.35 -
System Red Green Blue C M Y K H S L
Decimal 0 90 98 1 0.08 0 0.62 184.9 1 0.19
Hex 0 5A 62 64 8 0 3E B9 64 13
Octal 0 132 142 144 10 0 76 271 144 23
Binary 0 1011010 1100010 1100100 1000 0 111110 10111001 1100100 10011

Color Harmonies of #005A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A62

Black with #005A62

Text Example


Text Example

White with #005A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #005A62;
 }
 .AnyTagClassName
 {
   color: #005A62;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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