Html Css Color HEX #006059 Mosque

📋 copy color: '#006059'

red 0 ◦ green 96 ◦ blue 89

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

Shades of Mosque #006059

Tints of Mosque #006059

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.89%

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

R = 0%
G = 51.89%
B = 48.11%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#006059 (or 0x006059) is known color: Mosque. HEX triplet: 00, 60 and 59. RGB value is (0,96,89). Sum of RGB (Red+Green+Blue) = 0+96+89=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #006059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006059 is #FF9FA6. Grayscale: #424242. Windows color (decimal): -16752551 or 5857280. OLE color: 5857280.

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

Color convert

RGB 0 96 89 -
CMYK 1 0 0.07 0.62
HSL 175.63º 1% 0.19% -
HSV(B) 175.63º 1% 0.38% -
XYZ 5.99 9.09 10.89 -
YUV 66.5 140.7 80.57 -
System Red Green Blue C M Y K H S L
Decimal 0 96 89 1 0 0.07 0.62 175.63 1 0.19
Hex 0 60 59 64 0 7 3E B0 64 13
Octal 0 140 131 144 0 7 76 260 144 23
Binary 0 1100000 1011001 1100100 0 111 111110 10110000 1100100 10011

Color Harmonies of #006059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006059

Black with #006059

Text Example


Text Example

White with #006059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006059; }

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

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

background-color css

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

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

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

border-color css

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

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

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