Html Css Color HEX #05594B Mosque

📋 copy color: '#05594B'

red 5 ◦ green 89 ◦ blue 75

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

Shades of Mosque #05594B

Tints of Mosque #05594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 44.38%

R = 2.96%
G = 52.66%
B = 44.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#05594B (or 0x05594B) is known color: Mosque. HEX triplet: 05, 59 and 4B. RGB value is (5,89,75). Sum of RGB (Red+Green+Blue) = 5+89+75=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 89 (35.16% from 255 or 52.66% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 89 - color contains mainly: green. Hex color #05594B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05594B is #FAA6B4. Grayscale: #3E3E3E. Windows color (decimal): -16426677 or 4937989. OLE color: 4937989.

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

Color convert

RGB 5 89 75 -
CMYK 0.94 0 0.16 0.65
HSL 170º 0.89% 0.18% -
HSV(B) 170º 0.94% 0.35% -
XYZ 4.9 7.69 7.88 -
YUV 62.29 135.17 87.14 -
System Red Green Blue C M Y K H S L
Decimal 5 89 75 0.94 0 0.16 0.65 170 0.89 0.18
Hex 5 59 4B 5E 0 10 41 AA 59 12
Octal 5 131 113 136 0 20 101 252 131 22
Binary 101 1011001 1001011 1011110 0 10000 1000001 10101010 1011001 10010

Color Harmonies of #05594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05594B

Black with #05594B

Text Example


Text Example

White with #05594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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