Html Css Color HEX #005556 Mosque

📋 copy color: '#005556'

red 0 ◦ green 85 ◦ blue 86

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

Shades of Mosque #005556

Tints of Mosque #005556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 50.29%

R = 0%
G = 49.71%
B = 50.29%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#005556 (or 0x005556) is known color: Mosque. HEX triplet: 00, 55 and 56. RGB value is (0,85,86). Sum of RGB (Red+Green+Blue) = 0+85+86=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #005556 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005556 is #FFAAA9. Grayscale: #3B3B3B. Windows color (decimal): -16755370 or 5657856. OLE color: 5657856.

HSL color Cylindrical-coordinate representation of color #005556: hue angle of 180.7º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005556 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 0 85 86 -
CMYK 1 0.01 0 0.66
HSL 180.7º 1% 0.17% -
HSV(B) 180.7º 1% 0.34% -
XYZ 4.93 7.17 9.93 -
YUV 59.7 142.84 85.42 -
System Red Green Blue C M Y K H S L
Decimal 0 85 86 1 0.01 0 0.66 180.7 1 0.17
Hex 0 55 56 64 1 0 42 B5 64 11
Octal 0 125 126 144 1 0 102 265 144 21
Binary 0 1010101 1010110 1100100 1 0 1000010 10110101 1100100 10001

Color Harmonies of #005556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005556

Black with #005556

Text Example


Text Example

White with #005556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005556; }

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

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

background-color css

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

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

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

border-color css

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

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

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