Html Css Color HEX #005560 Mosque

📋 copy color: '#005560'

red 0 ◦ green 85 ◦ blue 96

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

Shades of Mosque #005560

Tints of Mosque #005560

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 96 (37.89% from 255) = 53.04%

R = 0%
G = 46.96%
B = 53.04%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#005560 (or 0x005560) is known color: Mosque. HEX triplet: 00, 55 and 60. RGB value is (0,85,96). Sum of RGB (Red+Green+Blue) = 0+85+96=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #005560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005560 is #FFAA9F. Grayscale: #3C3C3C. Windows color (decimal): -16755360 or 6313216. OLE color: 6313216.

HSL color Cylindrical-coordinate representation of color #005560: hue angle of 186.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005560 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 85 96 -
CMYK 1 0.11 0 0.62
HSL 186.88º 1% 0.19% -
HSV(B) 186.88º 1% 0.38% -
XYZ 5.36 7.34 12.2 -
YUV 60.84 147.84 84.61 -
System Red Green Blue C M Y K H S L
Decimal 0 85 96 1 0.11 0 0.62 186.88 1 0.19
Hex 0 55 60 64 B 0 3E BB 64 13
Octal 0 125 140 144 13 0 76 273 144 23
Binary 0 1010101 1100000 1100100 1011 0 111110 10111011 1100100 10011

Color Harmonies of #005560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005560

Black with #005560

Text Example


Text Example

White with #005560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005560; }

 p { color: rgb(0,85,96); }

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

background-color css

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

 a { background-color: rgb(0,85,96); }

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

border-color css

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

 span { border-color: rgb(0,85,96); }

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