Html Css Color HEX #055850 Mosque

📋 copy color: '#055850'

red 5 ◦ green 88 ◦ blue 80

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

Shades of Mosque #055850

Tints of Mosque #055850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.87%

 BLUE value IS 80 (31.64% from 255) = 46.24%

R = 2.89%
G = 50.87%
B = 46.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#055850 (or 0x055850) is known color: Mosque. HEX triplet: 05, 58 and 50. RGB value is (5,88,80). Sum of RGB (Red+Green+Blue) = 5+88+80=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #055850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055850 is #FAA7AF. Grayscale: #3E3E3E. Windows color (decimal): -16426928 or 5265413. OLE color: 5265413.

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

Color convert

RGB 5 88 80 -
CMYK 0.94 0 0.09 0.65
HSL 174.22º 0.89% 0.18% -
HSV(B) 174.22º 0.94% 0.35% -
XYZ 5 7.59 8.79 -
YUV 62.27 138 87.15 -
System Red Green Blue C M Y K H S L
Decimal 5 88 80 0.94 0 0.09 0.65 174.22 0.89 0.18
Hex 5 58 50 5E 0 9 41 AE 59 12
Octal 5 130 120 136 0 11 101 256 131 22
Binary 101 1011000 1010000 1011110 0 1001 1000001 10101110 1011001 10010

Color Harmonies of #055850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055850

Black with #055850

Text Example


Text Example

White with #055850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055850; }

 p { color: rgb(5,88,80); }

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

background-color css

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

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

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

border-color css

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

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

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