Html Css Color HEX #005759 Mosque

📋 copy color: '#005759'

red 0 ◦ green 87 ◦ blue 89

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

Shades of Mosque #005759

Tints of Mosque #005759

RGB

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

 GREEN value IS 87 (34.38% from 255) = 49.43%

 BLUE value IS 89 (35.16% from 255) = 50.57%

R = 0%
G = 49.43%
B = 50.57%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#005759 (or 0x005759) is known color: Mosque. HEX triplet: 00, 57 and 59. RGB value is (0,87,89). Sum of RGB (Red+Green+Blue) = 0+87+89=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 87 (34.38% from 255 or 49.43% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #005759 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005759 is #FFA8A6. Grayscale: #3D3D3D. Windows color (decimal): -16754855 or 5854976. OLE color: 5854976.

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

Color convert

RGB 0 87 89 -
CMYK 1 0.02 0 0.65
HSL 181.35º 1% 0.17% -
HSV(B) 181.35º 1% 0.35% -
XYZ 5.21 7.54 10.63 -
YUV 61.22 143.68 84.34 -
System Red Green Blue C M Y K H S L
Decimal 0 87 89 1 0.02 0 0.65 181.35 1 0.17
Hex 0 57 59 64 2 0 41 B5 64 11
Octal 0 127 131 144 2 0 101 265 144 21
Binary 0 1010111 1011001 1100100 10 0 1000001 10110101 1100100 10001

Color Harmonies of #005759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005759

Black with #005759

Text Example


Text Example

White with #005759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005759; }

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

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

background-color css

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

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

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

border-color css

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

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

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