Html Css Color HEX #055A57 Mosque

📋 copy color: '#055A57'

red 5 ◦ green 90 ◦ blue 87

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

Shades of Mosque #055A57

Tints of Mosque #055A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 47.8%

R = 2.75%
G = 49.45%
B = 47.8%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#055A57 (or 0x055A57) is known color: Mosque. HEX triplet: 05, 5A and 57. RGB value is (5,90,87). Sum of RGB (Red+Green+Blue) = 5+90+87=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 87 (34.38% from 255 or 47.80% from 182); Max value from RGB is 90 - color contains mainly: green. Hex color #055A57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A57 is #FAA5A8. Grayscale: #404040. Windows color (decimal): -16426409 or 5724677. OLE color: 5724677.

HSL color Cylindrical-coordinate representation of color #055A57: hue angle of 177.88º 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 #055A57 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 90 87 -
CMYK 0.94 0 0.03 0.65
HSL 177.88º 0.89% 0.19% -
HSV(B) 177.88º 0.94% 0.35% -
XYZ 5.44 8.03 10.28 -
YUV 64.24 140.84 85.74 -
System Red Green Blue C M Y K H S L
Decimal 5 90 87 0.94 0 0.03 0.65 177.88 0.89 0.19
Hex 5 5A 57 5E 0 3 41 B2 59 13
Octal 5 132 127 136 0 3 101 262 131 23
Binary 101 1011010 1010111 1011110 0 11 1000001 10110010 1011001 10011

Color Harmonies of #055A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A57

Black with #055A57

Text Example


Text Example

White with #055A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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