#055C63

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

Shades of Mosque #055C63

Tints of Mosque #055C63

Color information

#055C63 (or 0x055C63) is unknown color: approx Mosque. HEX triplet: 05, 5C and 63. RGB value is (5,92,99). Sum of RGB (Red+Green+Blue) = 5+92+99=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 92 (36.33% from 255 or 46.94% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #055C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055C63 is #FAA39C. Grayscale: #424242. Windows color (decimal): -16425885 or 6511621. OLE color: 6511621.

HSL color Cylindrical-coordinate representation of color #055C63: hue angle of 184.47º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055C63 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB59299-
CMYK0.950.0700.61
HSL184.47º90.38%20.39%-
HSV(B)184.47º94.95%38.82%-
XYZ6.148.5913.14-
YUV66.78146.1883.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.55%
GREEN value IS 92 (36.33% from 255) = 46.94%
BLUE value IS 99 (39.06% from 255) = 50.51%
R=2.55%
G=46.94%
B=50.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal592990.950.0700.61184.4790.3820.39
Hex55C635F703Db85a14
Octal5134143137707527013224
Binary101101110011000111011111111011110110111000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055C63; }

 p { color: rgb(5,92,99); }

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

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

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

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

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

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

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