#05655B

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

Shades of Mosque #05655B

Tints of Mosque #05655B

Color information

#05655B (or 0x05655B) is unknown color: approx Mosque. HEX triplet: 05, 65 and 5B. RGB value is (5,101,91). Sum of RGB (Red+Green+Blue) = 5+101+91=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 101 (39.84% from 255 or 51.27% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 101 - color contains mainly: green. Hex color #05655B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05655B is #FA9AA4. Grayscale: #474747. Windows color (decimal): -16423589 or 5989637. OLE color: 5989637.

HSL color Cylindrical-coordinate representation of color #05655B: hue angle of 173.75º 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 #05655B is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB510191-
CMYK0.9500.100.60
HSL173.75º90.57%20.78%-
HSV(B)173.75º95.05%39.61%-
XYZ6.610.0911.5-
YUV71.16139.280.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 101 (39.84% from 255) = 51.27%
BLUE value IS 91 (35.94% from 255) = 46.19%
R=2.54%
G=51.27%
B=46.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5101910.9500.100.60173.7590.5720.78
Hex5655B5F0A3Cae5b15
Octal51451331370127425613325
Binary1011100101101101110111110101011110010101110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05655B; }

 p { color: rgb(5,101,91); }

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

<style>
 a { background-color: #05655B; }

 a { background-color: rgb(5,101,91); }

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

<style>
 span { border-color: #05655B; }

 span { border-color: rgb(5,101,91); }

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