#095455

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

Shades of Mosque #095455

Tints of Mosque #095455

Color information

#095455 (or 0x095455) is unknown color: approx Mosque. HEX triplet: 09, 54 and 55. RGB value is (9,84,85). Sum of RGB (Red+Green+Blue) = 9+84+85=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #095455 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095455 is #F6ABAA. Grayscale: #3D3D3D. Windows color (decimal): -16165803 or 5592073. OLE color: 5592073.

HSL color Cylindrical-coordinate representation of color #095455: hue angle of 180.79º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095455 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB98485-
CMYK0.890.0100.67
HSL180.79º80.85%18.43%-
HSV(B)180.79º89.41%33.33%-
XYZ4.927.059.7-
YUV61.69141.1590.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.06%
GREEN value IS 84 (33.20% from 255) = 47.19%
BLUE value IS 85 (33.59% from 255) = 47.75%
R=5.06%
G=47.19%
B=47.75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal984850.890.0100.67180.7980.8518.43
Hex95455591043b55112
Octal111241251311010326512122
Binary100110101001010101101100110100001110110101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095455; }

 p { color: rgb(9,84,85); }

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

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

 a { background-color: rgb(9,84,85); }

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

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

 span { border-color: rgb(9,84,85); }

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