Html Css Color HEX #005B51 Mosque

📋 copy color: '#005B51'

red 0 ◦ green 91 ◦ blue 81

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

Shades of Mosque #005B51

Tints of Mosque #005B51

RGB

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

 GREEN value IS 91 (35.94% from 255) = 52.91%

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

R = 0%
G = 52.91%
B = 47.09%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#005B51 (or 0x005B51) is known color: Mosque. HEX triplet: 00, 5B and 51. RGB value is (0,91,81). Sum of RGB (Red+Green+Blue) = 0+91+81=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 91 (35.94% from 255 or 52.91% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 91 - color contains mainly: green. Hex color #005B51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005B51 is #FFA4AE. Grayscale: #3E3E3E. Windows color (decimal): -16753839 or 5331712. OLE color: 5331712.

HSL color Cylindrical-coordinate representation of color #005B51: hue angle of 173.41º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B51 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 91 81 -
CMYK 1 0 0.11 0.64
HSL 173.41º 1% 0.18% -
HSV(B) 173.41º 1% 0.36% -
XYZ 5.23 8.08 9.07 -
YUV 62.65 138.35 83.31 -
System Red Green Blue C M Y K H S L
Decimal 0 91 81 1 0 0.11 0.64 173.41 1 0.18
Hex 0 5B 51 64 0 B 40 AD 64 12
Octal 0 133 121 144 0 13 100 255 144 22
Binary 0 1011011 1010001 1100100 0 1011 1000000 10101101 1100100 10010

Color Harmonies of #005B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005B51

Black with #005B51

Text Example


Text Example

White with #005B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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