Html Css Color HEX #055C55 Mosque

📋 copy color: '#055C55'

red 5 ◦ green 92 ◦ blue 85

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

Shades of Mosque #055C55

Tints of Mosque #055C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 46.7%

R = 2.75%
G = 50.55%
B = 46.7%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#055C55 (or 0x055C55) is known color: Mosque. HEX triplet: 05, 5C and 55. RGB value is (5,92,85). Sum of RGB (Red+Green+Blue) = 5+92+85=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 92 (36.33% from 255 or 50.55% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 92 - color contains mainly: green. Hex color #055C55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055C55 is #FAA3AA. Grayscale: #414141. Windows color (decimal): -16425899 or 5594117. OLE color: 5594117.

HSL color Cylindrical-coordinate representation of color #055C55: hue angle of 175.17º 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 #055C55 is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 92 85 -
CMYK 0.95 0 0.08 0.64
HSL 175.17º 0.9% 0.19% -
HSV(B) 175.17º 0.95% 0.36% -
XYZ 5.53 8.34 9.91 -
YUV 65.19 139.18 85.07 -
System Red Green Blue C M Y K H S L
Decimal 5 92 85 0.95 0 0.08 0.64 175.17 0.9 0.19
Hex 5 5C 55 5F 0 8 40 AF 5A 13
Octal 5 134 125 137 0 10 100 257 132 23
Binary 101 1011100 1010101 1011111 0 1000 1000000 10101111 1011010 10011

Color Harmonies of #055C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055C55

Black with #055C55

Text Example


Text Example

White with #055C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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