Html Css Color HEX #06594F Mosque

📋 copy color: '#06594F'

red 6 ◦ green 89 ◦ blue 79

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

Shades of Mosque #06594F

Tints of Mosque #06594F

RGB

 RED value IS 6 (2.73% from 255) = 3.45%

 GREEN value IS 89 (35.16% from 255) = 51.15%

 BLUE value IS 79 (31.25% from 255) = 45.4%

R = 3.45%
G = 51.15%
B = 45.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#06594F (or 0x06594F) is known color: Mosque. HEX triplet: 06, 59 and 4F. RGB value is (6,89,79). Sum of RGB (Red+Green+Blue) = 6+89+79=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 89 (35.16% from 255 or 51.15% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 89 - color contains mainly: green. Hex color #06594F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06594F is #F9A6B0. Grayscale: #3E3E3E. Windows color (decimal): -16361137 or 5200134. OLE color: 5200134.

HSL color Cylindrical-coordinate representation of color #06594F: hue angle of 172.77º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06594F is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 89 79 -
CMYK 0.93 0 0.11 0.65
HSL 172.77º 0.87% 0.19% -
HSV(B) 172.77º 0.93% 0.35% -
XYZ 5.06 7.75 8.63 -
YUV 63.04 137 87.31 -
System Red Green Blue C M Y K H S L
Decimal 6 89 79 0.93 0 0.11 0.65 172.77 0.87 0.19
Hex 6 59 4F 5D 0 B 41 AD 57 13
Octal 6 131 117 135 0 13 101 255 127 23
Binary 110 1011001 1001111 1011101 0 1011 1000001 10101101 1010111 10011

Color Harmonies of #06594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06594F

Black with #06594F

Text Example


Text Example

White with #06594F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06594F; }

 p { color: rgb(6,89,79); }

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

background-color css

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

 a { background-color: rgb(6,89,79); }

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

border-color css

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

 span { border-color: rgb(6,89,79); }

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