#05585E

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

Shades of Mosque #05585E

Tints of Mosque #05585E

Color information

#05585E (or 0x05585E) is unknown color: approx Mosque. HEX triplet: 05, 58 and 5E. RGB value is (5,88,94). Sum of RGB (Red+Green+Blue) = 5+88+94=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #05585E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05585E is #FAA7A1. Grayscale: #3F3F3F. Windows color (decimal): -16426914 or 6182917. OLE color: 6182917.

HSL color Cylindrical-coordinate representation of color #05585E: hue angle of 184.04º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05585E is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB58894-
CMYK0.950.0600.63
HSL184.04º89.9%19.41%-
HSV(B)184.04º94.68%36.86%-
XYZ5.577.8211.81-
YUV63.8714586.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.67%
GREEN value IS 88 (34.77% from 255) = 47.06%
BLUE value IS 94 (37.11% from 255) = 50.27%
R=2.67%
G=47.06%
B=50.27%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal588940.950.0600.63184.0489.919.41
Hex5585E5F603Fb85a13
Octal5130136137607727013223
Binary101101100010111101011111110011111110111000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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