#0A555C

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

Shades of Mosque #0A555C

Tints of Mosque #0A555C

Color information

#0A555C (or 0x0A555C) is unknown color: approx Mosque. HEX triplet: 0A, 55 and 5C. RGB value is (10,85,92). Sum of RGB (Red+Green+Blue) = 10+85+92=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A555C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A555C is #F5AAA3. Grayscale: #3F3F3F. Windows color (decimal): -16100004 or 6051082. OLE color: 6051082.

HSL color Cylindrical-coordinate representation of color #0A555C: hue angle of 185.12º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A555C is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB108592-
CMYK0.890.0800.64
HSL185.12º80.39%20%-
HSV(B)185.12º89.13%36.08%-
XYZ5.317.3311.26-
YUV63.37144.1589.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.35%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 92 (36.33% from 255) = 49.20%
R=5.35%
G=45.45%
B=49.20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1085920.890.0800.64185.1280.3920
HexA555C598040b95014
Octal1212513413110010027112024
Binary101010101011011100101100110000100000010111001101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A555C; }

 p { color: rgb(10,85,92); }

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

<style>
 a { background-color: #0A555C; }

 a { background-color: rgb(10,85,92); }

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

<style>
 span { border-color: #0A555C; }

 span { border-color: rgb(10,85,92); }

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