Html Css Color HEX #005B60 Mosque

📋 copy color: '#005B60'

red 0 ◦ green 91 ◦ blue 96

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

Shades of Mosque #005B60

Tints of Mosque #005B60

RGB

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

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

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

R = 0%
G = 48.66%
B = 51.34%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#005B60 (or 0x005B60) is known color: Mosque. HEX triplet: 00, 5B and 60. RGB value is (0,91,96). Sum of RGB (Red+Green+Blue) = 0+91+96=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 91 (35.94% from 255 or 48.66% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #005B60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005B60 is #FFA49F. Grayscale: #404040. Windows color (decimal): -16753824 or 6314752. OLE color: 6314752.

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

Color convert

RGB 0 91 96 -
CMYK 1 0.05 0 0.62
HSL 183.13º 1% 0.19% -
HSV(B) 183.13º 1% 0.38% -
XYZ 5.85 8.33 12.37 -
YUV 64.36 145.85 82.09 -
System Red Green Blue C M Y K H S L
Decimal 0 91 96 1 0.05 0 0.62 183.13 1 0.19
Hex 0 5B 60 64 5 0 3E B7 64 13
Octal 0 133 140 144 5 0 76 267 144 23
Binary 0 1011011 1100000 1100100 101 0 111110 10110111 1100100 10011

Color Harmonies of #005B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005B60

Black with #005B60

Text Example


Text Example

White with #005B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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