Html Css Color HEX #005B5D Mosque

📋 copy color: '#005B5D'

red 0 ◦ green 91 ◦ blue 93

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

Shades of Mosque #005B5D

Tints of Mosque #005B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 50.54%

R = 0%
G = 49.46%
B = 50.54%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#005B5D (or 0x005B5D) is known color: Mosque. HEX triplet: 00, 5B and 5D. RGB value is (0,91,93). Sum of RGB (Red+Green+Blue) = 0+91+93=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 91 (35.94% from 255 or 49.46% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #005B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005B5D is #FFA4A2. Grayscale: #3F3F3F. Windows color (decimal): -16753827 or 6118144. OLE color: 6118144.

HSL color Cylindrical-coordinate representation of color #005B5D: hue angle of 181.29º 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 #005B5D is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 91 93 -
CMYK 1 0.02 0 0.64
HSL 181.29º 1% 0.18% -
HSV(B) 181.29º 1% 0.36% -
XYZ 5.72 8.27 11.65 -
YUV 64.02 144.35 82.34 -
System Red Green Blue C M Y K H S L
Decimal 0 91 93 1 0.02 0 0.64 181.29 1 0.18
Hex 0 5B 5D 64 2 0 40 B5 64 12
Octal 0 133 135 144 2 0 100 265 144 22
Binary 0 1011011 1011101 1100100 10 0 1000000 10110101 1100100 10010

Color Harmonies of #005B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005B5D

Black with #005B5D

Text Example


Text Example

White with #005B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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