Html Css Color HEX #055A51 Mosque

📋 copy color: '#055A51'

red 5 ◦ green 90 ◦ blue 81

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

Shades of Mosque #055A51

Tints of Mosque #055A51

RGB

 RED value IS 5 (2.34% from 255) = 2.84%

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

 BLUE value IS 81 (32.03% from 255) = 46.02%

R = 2.84%
G = 51.14%
B = 46.02%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.1

 K value IS 0.65

RGB Variations

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

Color information

#055A51 (or 0x055A51) is known color: Mosque. HEX triplet: 05, 5A and 51. RGB value is (5,90,81). Sum of RGB (Red+Green+Blue) = 5+90+81=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 81 (32.03% from 255 or 46.02% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #055A51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A51 is #FAA5AE. Grayscale: #3F3F3F. Windows color (decimal): -16426415 or 5331461. OLE color: 5331461.

HSL color Cylindrical-coordinate representation of color #055A51: hue angle of 173.65º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055A51 is Cyan = 0.94, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 90 81 -
CMYK 0.94 0 0.1 0.65
HSL 173.65º 0.89% 0.19% -
HSV(B) 173.65º 0.94% 0.35% -
XYZ 5.2 7.94 9.04 -
YUV 63.56 137.84 86.23 -
System Red Green Blue C M Y K H S L
Decimal 5 90 81 0.94 0 0.1 0.65 173.65 0.89 0.19
Hex 5 5A 51 5E 0 A 41 AE 59 13
Octal 5 132 121 136 0 12 101 256 131 23
Binary 101 1011010 1010001 1011110 0 1010 1000001 10101110 1011001 10011

Color Harmonies of #055A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A51

Black with #055A51

Text Example


Text Example

White with #055A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055A51; }

 p { color: rgb(5,90,81); }

 H1.HeaderClassName
 {
   color: #055A51;
 }
 .AnyTagClassName
 {
   color: #055A51;
 }
</style>

background-color css

<style>
 a { background-color: #055A51; }

 a { background-color: rgb(5,90,81); }

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

border-color css

<style>
 span { border-color: #055A51; }

 span { border-color: rgb(5,90,81); }

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