Html Css Color HEX #055959 Mosque

📋 copy color: '#055959'

red 5 ◦ green 89 ◦ blue 89

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

Shades of Mosque #055959

Tints of Mosque #055959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 48.63%

R = 2.73%
G = 48.63%
B = 48.63%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#055959 (or 0x055959) is known color: Mosque. HEX triplet: 05, 59 and 59. RGB value is (5,89,89). Sum of RGB (Red+Green+Blue) = 5+89+89=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #055959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055959 is #FAA6A6. Grayscale: #3F3F3F. Windows color (decimal): -16426663 or 5855493. OLE color: 5855493.

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

Color convert

RGB 5 89 89 -
CMYK 0.94 0 0 0.65
HSL 180º 0.89% 0.18% -
HSV(B) 180º 0.94% 0.35% -
XYZ 5.44 7.9 10.69 -
YUV 63.88 142.17 86 -
System Red Green Blue C M Y K H S L
Decimal 5 89 89 0.94 0 0 0.65 180 0.89 0.18
Hex 5 59 59 5E 0 0 41 B4 59 12
Octal 5 131 131 136 0 0 101 264 131 22
Binary 101 1011001 1011001 1011110 0 0 1000001 10110100 1011001 10010

Color Harmonies of #055959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055959

Black with #055959

Text Example


Text Example

White with #055959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055959; }

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

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

background-color css

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

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

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

border-color css

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

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

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