#05675C

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

Shades of Mosque #05675C

Tints of Mosque #05675C

Color information

#05675C (or 0x05675C) is unknown color: approx Mosque. HEX triplet: 05, 67 and 5C. RGB value is (5,103,92). Sum of RGB (Red+Green+Blue) = 5+103+92=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 103 (40.62% from 255 or 51.5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 103 - color contains mainly: green. Hex color #05675C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05675C is #FA98A3. Grayscale: #484848. Windows color (decimal): -16423076 or 6055685. OLE color: 6055685.

HSL color Cylindrical-coordinate representation of color #05675C: hue angle of 173.27º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05675C is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB510392-
CMYK0.9500.110.60
HSL173.27º90.74%21.18%-
HSV(B)173.27º95.15%40.39%-
XYZ6.8410.5111.79-
YUV72.44139.0379.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.5%
GREEN value IS 103 (40.62% from 255) = 51.5%
BLUE value IS 92 (36.33% from 255) = 46%
R=2.5%
G=51.5%
B=46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5103920.9500.110.60173.2790.7421.18
Hex5675C5F0B3Cad5b15
Octal51471341370137425513325
Binary1011100111101110010111110101111110010101101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05675C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05675C; }

 p { color: rgb(5,103,92); }

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

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

 a { background-color: rgb(5,103,92); }

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

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

 span { border-color: rgb(5,103,92); }

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