#06584D

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

Shades of Mosque #06584D

Tints of Mosque #06584D

Color information

#06584D (or 0x06584D) is unknown color: approx Mosque. HEX triplet: 06, 58 and 4D. RGB value is (6,88,77). Sum of RGB (Red+Green+Blue) = 6+88+77=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 88 (34.77% from 255 or 51.46% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 88 - color contains mainly: green. Hex color #06584D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06584D is #F9A7B2. Grayscale: #3E3E3E. Windows color (decimal): -16361395 or 5068806. OLE color: 5068806.

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

Color convert

RGB68877-
CMYK0.9300.120.65
HSL171.95º87.23%18.43%-
HSV(B)171.95º93.18%34.51%-
XYZ4.97.558.22-
YUV62.23136.3387.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.51%
GREEN value IS 88 (34.77% from 255) = 51.46%
BLUE value IS 77 (30.47% from 255) = 45.03%
R=3.51%
G=51.46%
B=45.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal688770.9300.120.65171.9587.2318.43
Hex6584D5D0C41ac5712
Octal613011513501410125412722
Binary11010110001001101101110101100100000110101100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06584D; }

 p { color: rgb(6,88,77); }

 H1.HeaderClassName
 {
   color: #06584D;
 }
 .AnyTagClassName
 {
   color: #06584D;
 }
</style>
background-color css

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

 a { background-color: rgb(6,88,77); }

 div.DivClassName
 {
   background-color: #06584D;
 }
 .BgClassName
 {
   background-color: #06584D;
 }
</style>
border-color css

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

 span { border-color: rgb(6,88,77); }

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