Html Css Color HEX #005B57 Mosque

📋 copy color: '#005B57'

red 0 ◦ green 91 ◦ blue 87

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

Shades of Mosque #005B57

Tints of Mosque #005B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 48.88%

R = 0%
G = 51.12%
B = 48.88%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#005B57 (or 0x005B57) is known color: Mosque. HEX triplet: 00, 5B and 57. RGB value is (0,91,87). Sum of RGB (Red+Green+Blue) = 0+91+87=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 91 (35.94% from 255 or 51.12% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 91 - color contains mainly: green. Hex color #005B57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005B57 is #FFA4A8. Grayscale: #3F3F3F. Windows color (decimal): -16753833 or 5724928. OLE color: 5724928.

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

Color convert

RGB 0 91 87 -
CMYK 1 0 0.04 0.64
HSL 177.36º 1% 0.18% -
HSV(B) 177.36º 1% 0.36% -
XYZ 5.46 8.17 10.31 -
YUV 63.34 141.35 82.83 -
System Red Green Blue C M Y K H S L
Decimal 0 91 87 1 0 0.04 0.64 177.36 1 0.18
Hex 0 5B 57 64 0 4 40 B1 64 12
Octal 0 133 127 144 0 4 100 261 144 22
Binary 0 1011011 1010111 1100100 0 100 1000000 10110001 1100100 10010

Color Harmonies of #005B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005B57

Black with #005B57

Text Example


Text Example

White with #005B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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