Html Css Color HEX #005951 Mosque

📋 copy color: '#005951'

red 0 ◦ green 89 ◦ blue 81

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

Shades of Mosque #005951

Tints of Mosque #005951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 47.65%

R = 0%
G = 52.35%
B = 47.65%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#005951 (or 0x005951) is known color: Mosque. HEX triplet: 00, 59 and 51. RGB value is (0,89,81). Sum of RGB (Red+Green+Blue) = 0+89+81=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 89 (35.16% from 255 or 52.35% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 89 - color contains mainly: green. Hex color #005951 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005951 is #FFA6AE. Grayscale: #3D3D3D. Windows color (decimal): -16754351 or 5331200. OLE color: 5331200.

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

Color convert

RGB 0 89 81 -
CMYK 1 0 0.09 0.65
HSL 174.61º 1% 0.17% -
HSV(B) 174.61º 1% 0.35% -
XYZ 5.06 7.74 9.01 -
YUV 61.48 139.01 84.15 -
System Red Green Blue C M Y K H S L
Decimal 0 89 81 1 0 0.09 0.65 174.61 1 0.17
Hex 0 59 51 64 0 9 41 AF 64 11
Octal 0 131 121 144 0 11 101 257 144 21
Binary 0 1011001 1010001 1100100 0 1001 1000001 10101111 1100100 10001

Color Harmonies of #005951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005951

Black with #005951

Text Example


Text Example

White with #005951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005951; }

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

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

background-color css

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

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

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

border-color css

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

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

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