Html Css Color HEX #005661 Mosque

📋 copy color: '#005661'

red 0 ◦ green 86 ◦ blue 97

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

Shades of Mosque #005661

Tints of Mosque #005661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 53.01%

R = 0%
G = 46.99%
B = 53.01%

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

#005661 (or 0x005661) is known color: Mosque. HEX triplet: 00, 56 and 61. RGB value is (0,86,97). Sum of RGB (Red+Green+Blue) = 0+86+97=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 86 (33.98% from 255 or 46.99% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #005661 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005661 is #FFA99E. Grayscale: #3D3D3D. Windows color (decimal): -16755103 or 6379008. OLE color: 6379008.

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

Color convert

RGB 0 86 97 -
CMYK 1 0.11 0 0.62
HSL 186.8º 1% 0.19% -
HSV(B) 186.8º 1% 0.38% -
XYZ 5.49 7.52 12.47 -
YUV 61.54 148.01 84.11 -
System Red Green Blue C M Y K H S L
Decimal 0 86 97 1 0.11 0 0.62 186.8 1 0.19
Hex 0 56 61 64 B 0 3E BB 64 13
Octal 0 126 141 144 13 0 76 273 144 23
Binary 0 1010110 1100001 1100100 1011 0 111110 10111011 1100100 10011

Color Harmonies of #005661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005661

Black with #005661

Text Example


Text Example

White with #005661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005661; }

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

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

background-color css

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

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

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

border-color css

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

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

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