#05615E

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

Shades of Mosque #05615E

Tints of Mosque #05615E

Color information

#05615E (or 0x05615E) is unknown color: approx Mosque. HEX triplet: 05, 61 and 5E. RGB value is (5,97,94). Sum of RGB (Red+Green+Blue) = 5+97+94=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #05615E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05615E is #FA9EA1. Grayscale: #454545. Windows color (decimal): -16424610 or 6185221. OLE color: 6185221.

HSL color Cylindrical-coordinate representation of color #05615E: hue angle of 178.04º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05615E is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB59794-
CMYK0.9500.030.62
HSL178.04º90.2%20%-
HSV(B)178.04º94.85%38.04%-
XYZ6.369.3912.07-
YUV69.15142.0282.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.55%
GREEN value IS 97 (38.28% from 255) = 49.49%
BLUE value IS 94 (37.11% from 255) = 47.96%
R=2.55%
G=49.49%
B=47.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal597940.9500.030.62178.0490.220
Hex5615E5F033Eb25a14
Octal5141136137037626213224
Binary10111000011011110101111101111111010110010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05615E; }

 p { color: rgb(5,97,94); }

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

<style>
 a { background-color: #05615E; }

 a { background-color: rgb(5,97,94); }

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

<style>
 span { border-color: #05615E; }

 span { border-color: rgb(5,97,94); }

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