#06594F

Color #06594F Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #06594F

Tints of Mosque #06594F

Color information

#06594F (or 0x06594F) is unknown color: approx 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

RGB68979-
CMYK0.9300.110.65
HSL172.77º87.37%18.63%-
HSV(B)172.77º93.26%34.9%-
XYZ5.067.758.63-
YUV63.0413787.31-

RGB Variations

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

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.40%
R=3.45%
G=51.15%
B=45.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal689790.9300.110.65172.7787.3718.63
Hex6594F5D0B41ad5713
Octal613111713501310125512723
Binary11010110011001111101110101011100000110101101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>