#05554B

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

Shades of Mosque #05554B

Tints of Mosque #05554B

Color information

#05554B (or 0x05554B) is unknown color: approx Mosque. HEX triplet: 05, 55 and 4B. RGB value is (5,85,75). Sum of RGB (Red+Green+Blue) = 5+85+75=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #05554B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05554B is #FAAAB4. Grayscale: #3B3B3B. Windows color (decimal): -16427701 or 4936965. OLE color: 4936965.

HSL color Cylindrical-coordinate representation of color #05554B: hue angle of 172.5º 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 #05554B is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB58575-
CMYK0.9400.120.67
HSL172.5º88.89%17.65%-
HSV(B)172.5º94.12%33.33%-
XYZ4.587.047.77-
YUV59.94136.588.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.03%
GREEN value IS 85 (33.59% from 255) = 51.52%
BLUE value IS 75 (29.69% from 255) = 45.45%
R=3.03%
G=51.52%
B=45.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal585750.9400.120.67172.588.8917.65
Hex5554B5E0C43ac5912
Octal512511313601410325413122
Binary10110101011001011101111001100100001110101100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05554B; }

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

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

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

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

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

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

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

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