Html Css Color HEX #05594D Mosque

📋 copy color: '#05594D'

red 5 ◦ green 89 ◦ blue 77

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

Shades of Mosque #05594D

Tints of Mosque #05594D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 52.05%

 BLUE value IS 77 (30.47% from 255) = 45.03%

R = 2.92%
G = 52.05%
B = 45.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#05594D (or 0x05594D) is known color: Mosque. HEX triplet: 05, 59 and 4D. RGB value is (5,89,77). Sum of RGB (Red+Green+Blue) = 5+89+77=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 89 (35.16% from 255 or 52.05% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 89 - color contains mainly: green. Hex color #05594D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05594D is #FAA6B2. Grayscale: #3E3E3E. Windows color (decimal): -16426675 or 5069061. OLE color: 5069061.

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

Color convert

RGB 5 89 77 -
CMYK 0.94 0 0.13 0.65
HSL 171.43º 0.89% 0.18% -
HSV(B) 171.43º 0.94% 0.35% -
XYZ 4.97 7.71 8.25 -
YUV 62.52 136.17 86.98 -
System Red Green Blue C M Y K H S L
Decimal 5 89 77 0.94 0 0.13 0.65 171.43 0.89 0.18
Hex 5 59 4D 5E 0 D 41 AB 59 12
Octal 5 131 115 136 0 15 101 253 131 22
Binary 101 1011001 1001101 1011110 0 1101 1000001 10101011 1011001 10010

Color Harmonies of #05594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05594D

Black with #05594D

Text Example


Text Example

White with #05594D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05594D; }

 p { color: rgb(5,89,77); }

 H1.HeaderClassName
 {
   color: #05594D;
 }
 .AnyTagClassName
 {
   color: #05594D;
 }
</style>

background-color css

<style>
 a { background-color: #05594D; }

 a { background-color: rgb(5,89,77); }

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

border-color css

<style>
 span { border-color: #05594D; }

 span { border-color: rgb(5,89,77); }

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