Html Css Color HEX #005649 Mosque

📋 copy color: '#005649'

red 0 ◦ green 86 ◦ blue 73

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

Shades of Mosque #005649

Tints of Mosque #005649

RGB

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

 GREEN value IS 86 (33.98% from 255) = 54.09%

 BLUE value IS 73 (28.91% from 255) = 45.91%

R = 0%
G = 54.09%
B = 45.91%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#005649 (or 0x005649) is known color: Mosque. HEX triplet: 00, 56 and 49. RGB value is (0,86,73). Sum of RGB (Red+Green+Blue) = 0+86+73=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 86 (33.98% from 255 or 54.09% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 86 - color contains mainly: green. Hex color #005649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005649 is #FFA9B6. Grayscale: #3A3A3A. Windows color (decimal): -16755127 or 4806144. OLE color: 4806144.

HSL color Cylindrical-coordinate representation of color #005649: hue angle of 170.93º 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 #005649 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 0 86 73 -
CMYK 1 0 0.15 0.66
HSL 170.93º 1% 0.17% -
HSV(B) 170.93º 1% 0.34% -
XYZ 4.53 7.14 7.44 -
YUV 58.8 136.01 86.06 -
System Red Green Blue C M Y K H S L
Decimal 0 86 73 1 0 0.15 0.66 170.93 1 0.17
Hex 0 56 49 64 0 F 42 AB 64 11
Octal 0 126 111 144 0 17 102 253 144 21
Binary 0 1010110 1001001 1100100 0 1111 1000010 10101011 1100100 10001

Color Harmonies of #005649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005649

Black with #005649

Text Example


Text Example

White with #005649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005649; }

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

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

background-color css

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

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

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

border-color css

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

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

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