#05605C

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

Shades of Mosque #05605C

Tints of Mosque #05605C

Color information

#05605C (or 0x05605C) is unknown color: approx Mosque. HEX triplet: 05, 60 and 5C. RGB value is (5,96,92). Sum of RGB (Red+Green+Blue) = 5+96+92=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #05605C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05605C is #FA9FA3. Grayscale: #444444. Windows color (decimal): -16424868 or 6053893. OLE color: 6053893.

HSL color Cylindrical-coordinate representation of color #05605C: hue angle of 177.36º 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 #05605C is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB59692-
CMYK0.9500.040.62
HSL177.36º90.1%19.8%-
HSV(B)177.36º94.79%37.65%-
XYZ6.189.1711.57-
YUV68.33141.3582.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.59%
GREEN value IS 96 (37.89% from 255) = 49.74%
BLUE value IS 92 (36.33% from 255) = 47.67%
R=2.59%
G=49.74%
B=47.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal596920.9500.040.62177.3690.119.8
Hex5605C5F043Eb15a14
Octal5140134137047626113224
Binary101110000010111001011111010011111010110001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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