Html Css Color HEX #055655 Mosque

📋 copy color: '#055655'

red 5 ◦ green 86 ◦ blue 85

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

Shades of Mosque #055655

Tints of Mosque #055655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.86%

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

R = 2.84%
G = 48.86%
B = 48.3%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#055655 (or 0x055655) is known color: Mosque. HEX triplet: 05, 56 and 55. RGB value is (5,86,85). Sum of RGB (Red+Green+Blue) = 5+86+85=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #055655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055655 is #FAA9AA. Grayscale: #3D3D3D. Windows color (decimal): -16427435 or 5592581. OLE color: 5592581.

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

Color convert

RGB 5 86 85 -
CMYK 0.94 0 0.01 0.66
HSL 179.26º 0.89% 0.18% -
HSV(B) 179.26º 0.94% 0.34% -
XYZ 5.03 7.34 9.75 -
YUV 61.67 141.16 87.58 -
System Red Green Blue C M Y K H S L
Decimal 5 86 85 0.94 0 0.01 0.66 179.26 0.89 0.18
Hex 5 56 55 5E 0 1 42 B3 59 12
Octal 5 126 125 136 0 1 102 263 131 22
Binary 101 1010110 1010101 1011110 0 1 1000010 10110011 1011001 10010

Color Harmonies of #055655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055655

Black with #055655

Text Example


Text Example

White with #055655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055655; }

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

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

background-color css

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

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

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

border-color css

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

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

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