#005950

Color #005950 Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #005950

Tints of Mosque #005950

Color information

#005950 (or 0x005950) is unknown color: approx 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

RGB08980-
CMYK100.100.65
HSL173.93º100%17.45%-
HSV(B)173.93º100%34.9%-
XYZ5.027.728.82-
YUV61.36138.5184.23-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal08980100.100.65173.9310017.45
Hex05950640A41ae6411
Octal013112014401210125614421
Binary010110011010000110010001010100000110101110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>