Html Css Color HEX #005760 Mosque

📋 copy color: '#005760'

red 0 ◦ green 87 ◦ blue 96

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

Shades of Mosque #005760

Tints of Mosque #005760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 52.46%

R = 0%
G = 47.54%
B = 52.46%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#005760 (or 0x005760) is known color: Mosque. HEX triplet: 00, 57 and 60. RGB value is (0,87,96). Sum of RGB (Red+Green+Blue) = 0+87+96=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #005760 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005760 is #FFA89F. Grayscale: #3D3D3D. Windows color (decimal): -16754848 or 6313728. OLE color: 6313728.

HSL color Cylindrical-coordinate representation of color #005760: hue angle of 185.62º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005760 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 87 96 -
CMYK 1 0.09 0 0.62
HSL 185.63º 1% 0.19% -
HSV(B) 185.63º 1% 0.38% -
XYZ 5.52 7.66 12.25 -
YUV 62.01 147.18 83.77 -
System Red Green Blue C M Y K H S L
Decimal 0 87 96 1 0.09 0 0.62 185.63 1 0.19
Hex 0 57 60 64 9 0 3E BA 64 13
Octal 0 127 140 144 11 0 76 272 144 23
Binary 0 1010111 1100000 1100100 1001 0 111110 10111010 1100100 10011

Color Harmonies of #005760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005760

Black with #005760

Text Example


Text Example

White with #005760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005760; }

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

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

background-color css

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

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

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

border-color css

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

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

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