Html Css Color HEX #005950 Mosque

📋 copy color: '#005950'

red 0 ◦ green 89 ◦ blue 80

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

Shades of Mosque #005950

Tints of Mosque #005950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 52.66%

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

R = 0%
G = 52.66%
B = 47.34%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#005950 (or 0x005950) is known color: Mosque. HEX triplet: 00, 59 and 50. RGB value is (0,89,80). Sum of RGB (Red+Green+Blue) = 0+89+80=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 89 (35.16% from 255 or 52.66% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 89 - color contains mainly: green. Hex color #005950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005950 is #FFA6AF. Grayscale: #3D3D3D. Windows color (decimal): -16754352 or 5265664. OLE color: 5265664.

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

Color convert

RGB 0 89 80 -
CMYK 1 0 0.10 0.65
HSL 173.93º 1% 0.17% -
HSV(B) 173.93º 1% 0.35% -
XYZ 5.02 7.72 8.82 -
YUV 61.36 138.51 84.23 -
System Red Green Blue C M Y K H S L
Decimal 0 89 80 1 0 0.10 0.65 173.93 1 0.17
Hex 0 59 50 64 0 A 41 AE 64 11
Octal 0 131 120 144 0 12 101 256 144 21
Binary 0 1011001 1010000 1100100 0 1010 1000001 10101110 1100100 10001

Color Harmonies of #005950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005950

Black with #005950

Text Example


Text Example

White with #005950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005950; }

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

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

background-color css

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

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

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

border-color css

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

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

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