Html Css Color HEX #055554 Mosque

📋 copy color: '#055554'

red 5 ◦ green 85 ◦ blue 84

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

Shades of Mosque #055554

Tints of Mosque #055554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.85%

 BLUE value IS 84 (33.2% from 255) = 48.28%

R = 2.87%
G = 48.85%
B = 48.28%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#055554 (or 0x055554) is known color: Mosque. HEX triplet: 05, 55 and 54. RGB value is (5,85,84). Sum of RGB (Red+Green+Blue) = 5+85+84=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #055554 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055554 is #FAAAAB. Grayscale: #3C3C3C. Windows color (decimal): -16427692 or 5526789. OLE color: 5526789.

HSL color Cylindrical-coordinate representation of color #055554: hue angle of 179.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055554 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 85 84 -
CMYK 0.94 0 0.01 0.67
HSL 179.25º 0.89% 0.18% -
HSV(B) 179.25º 0.94% 0.33% -
XYZ 4.91 7.17 9.51 -
YUV 60.97 141 88.08 -
System Red Green Blue C M Y K H S L
Decimal 5 85 84 0.94 0 0.01 0.67 179.25 0.89 0.18
Hex 5 55 54 5E 0 1 43 B3 59 12
Octal 5 125 124 136 0 1 103 263 131 22
Binary 101 1010101 1010100 1011110 0 1 1000011 10110011 1011001 10010

Color Harmonies of #055554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055554

Black with #055554

Text Example


Text Example

White with #055554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055554; }

 p { color: rgb(5,85,84); }

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

background-color css

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

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

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

border-color css

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

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

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