Html Css Color HEX #005650 Mosque

📋 copy color: '#005650'

red 0 ◦ green 86 ◦ blue 80

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

Shades of Mosque #005650

Tints of Mosque #005650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 48.19%

R = 0%
G = 51.81%
B = 48.19%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#005650 (or 0x005650) is known color: Mosque. HEX triplet: 00, 56 and 50. RGB value is (0,86,80). Sum of RGB (Red+Green+Blue) = 0+86+80=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 86 (33.98% from 255 or 51.81% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 86 - color contains mainly: green. Hex color #005650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005650 is #FFA9AF. Grayscale: #3B3B3B. Windows color (decimal): -16755120 or 5264896. OLE color: 5264896.

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

Color convert

RGB 0 86 80 -
CMYK 1 0 0.07 0.66
HSL 175.81º 1% 0.17% -
HSV(B) 175.81º 1% 0.34% -
XYZ 4.78 7.23 8.73 -
YUV 59.6 139.51 85.49 -
System Red Green Blue C M Y K H S L
Decimal 0 86 80 1 0 0.07 0.66 175.81 1 0.17
Hex 0 56 50 64 0 7 42 B0 64 11
Octal 0 126 120 144 0 7 102 260 144 21
Binary 0 1010110 1010000 1100100 0 111 1000010 10110000 1100100 10001

Color Harmonies of #005650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005650

Black with #005650

Text Example


Text Example

White with #005650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005650; }

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

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

background-color css

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

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

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

border-color css

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

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

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