#055555

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

Shades of Mosque #055555

Tints of Mosque #055555

Color information

#055555 (or 0x055555) is unknown color: approx Mosque. HEX triplet: 05, 55 and 55. RGB value is (5,85,85). Sum of RGB (Red+Green+Blue) = 5+85+85=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #055555 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055555 is #FAAAAA. Grayscale: #3D3D3D. Windows color (decimal): -16427691 or 5592325. OLE color: 5592325.

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

Color convert

RGB58585-
CMYK0.94000.67
HSL180º88.89%17.65%-
HSV(B)180º94.12%33.33%-
XYZ4.957.199.72-
YUV61.08141.588-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.86%
GREEN value IS 85 (33.59% from 255) = 48.57%
BLUE value IS 85 (33.59% from 255) = 48.57%
R=2.86%
G=48.57%
B=48.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal585850.94000.6718088.8917.65
Hex555555E0043b45912
Octal51251251360010326413122
Binary10110101011010101101111000100001110110100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055555; }

 p { color: rgb(5,85,85); }

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

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

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

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

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

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

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