Html Css Color HEX #055C50 Mosque

📋 copy color: '#055C50'

red 5 ◦ green 92 ◦ blue 80

#055C50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #055C50

Tints of Mosque #055C50

RGB

 RED value IS 5 (2.34% from 255) = 2.82%

 GREEN value IS 92 (36.33% from 255) = 51.98%

 BLUE value IS 80 (31.64% from 255) = 45.2%

R = 2.82%
G = 51.98%
B = 45.2%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#055C50 (or 0x055C50) is known color: Mosque. HEX triplet: 05, 5C and 50. RGB value is (5,92,80). Sum of RGB (Red+Green+Blue) = 5+92+80=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 92 (36.33% from 255 or 51.98% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 92 - color contains mainly: green. Hex color #055C50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055C50 is #FAA3AF. Grayscale: #404040. Windows color (decimal): -16425904 or 5266437. OLE color: 5266437.

HSL color Cylindrical-coordinate representation of color #055C50: hue angle of 171.72º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055C50 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 92 80 -
CMYK 0.95 0 0.13 0.64
HSL 171.72º 0.9% 0.19% -
HSV(B) 171.72º 0.95% 0.36% -
XYZ 5.34 8.27 8.9 -
YUV 64.62 136.68 85.48 -
System Red Green Blue C M Y K H S L
Decimal 5 92 80 0.95 0 0.13 0.64 171.72 0.9 0.19
Hex 5 5C 50 5F 0 D 40 AC 5A 13
Octal 5 134 120 137 0 15 100 254 132 23
Binary 101 1011100 1010000 1011111 0 1101 1000000 10101100 1011010 10011

Color Harmonies of #055C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055C50

Black with #055C50

Text Example


Text Example

White with #055C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #055C50;
 }
 .AnyTagClassName
 {
   color: #055C50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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