#01555A

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

Shades of Mosque #01555A

Tints of Mosque #01555A

Color information

#01555A (or 0x01555A) is unknown color: approx Mosque. HEX triplet: 01, 55 and 5A. RGB value is (1,85,90). Sum of RGB (Red+Green+Blue) = 1+85+90=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #01555A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01555A is #FEAAA5. Grayscale: #3C3C3C. Windows color (decimal): -16689830 or 5920001. OLE color: 5920001.

HSL color Cylindrical-coordinate representation of color #01555A: hue angle of 183.37º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01555A is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB18590-
CMYK0.990.0600.65
HSL183.37º97.8%17.84%-
HSV(B)183.37º98.89%35.29%-
XYZ5.117.2410.8-
YUV60.45144.6785.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 85 (33.59% from 255) = 48.30%
BLUE value IS 90 (35.55% from 255) = 51.14%
R=0.57%
G=48.30%
B=51.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal185900.990.0600.65183.3797.817.84
Hex1555A636041b76212
Octal11251321436010126714222
Binary11010101101101011000111100100000110110111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01555A; }

 p { color: rgb(1,85,90); }

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

<style>
 a { background-color: #01555A; }

 a { background-color: rgb(1,85,90); }

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

<style>
 span { border-color: #01555A; }

 span { border-color: rgb(1,85,90); }

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