#06535F

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

Shades of Mosque #06535F

Tints of Mosque #06535F

Color information

#06535F (or 0x06535F) is unknown color: approx Mosque. HEX triplet: 06, 53 and 5F. RGB value is (6,83,95). Sum of RGB (Red+Green+Blue) = 6+83+95=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 95 (37.5% from 255 or 51.63% from 184); Max value from RGB is 95 - color contains mainly: blue. Hex color #06535F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06535F is #F9ACA0. Grayscale: #3D3D3D. Windows color (decimal): -16362657 or 6247174. OLE color: 6247174.

HSL color Cylindrical-coordinate representation of color #06535F: hue angle of 188.09º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06535F is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB68395-
CMYK0.940.1300.63
HSL188.09º88.12%19.8%-
HSV(B)188.09º93.68%37.25%-
XYZ5.237.0511.91-
YUV61.34146.9988.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.26%
GREEN value IS 83 (32.81% from 255) = 45.11%
BLUE value IS 95 (37.5% from 255) = 51.63%
R=3.26%
G=45.11%
B=51.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal683950.940.1300.63188.0988.1219.8
Hex6535F5ED03Fbc5814
Octal61231371361507727413024
Binary1101010011101111110111101101011111110111100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,83,95); }

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

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

 a { background-color: rgb(6,83,95); }

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

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

 span { border-color: rgb(6,83,95); }

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