Html Css Color HEX #015655 Mosque

📋 copy color: '#015655'

red 1 ◦ green 86 ◦ blue 85

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

Shades of Mosque #015655

Tints of Mosque #015655

RGB

 RED value IS 1 (0.78% from 255) = 0.58%

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

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

R = 0.58%
G = 50%
B = 49.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#015655 (or 0x015655) is known color: Mosque. HEX triplet: 01, 56 and 55. RGB value is (1,86,85). Sum of RGB (Red+Green+Blue) = 1+86+85=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 86 (33.98% from 255 or 50% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 86 - color contains mainly: green. Hex color #015655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015655 is #FEA9AA. Grayscale: #3C3C3C. Windows color (decimal): -16689579 or 5592577. OLE color: 5592577.

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

Color convert

RGB 1 86 85 -
CMYK 0.99 0 0.01 0.66
HSL 179.29º 0.98% 0.17% -
HSV(B) 179.29º 0.99% 0.34% -
XYZ 4.98 7.32 9.74 -
YUV 60.47 141.84 85.58 -
System Red Green Blue C M Y K H S L
Decimal 1 86 85 0.99 0 0.01 0.66 179.29 0.98 0.17
Hex 1 56 55 63 0 1 42 B3 62 11
Octal 1 126 125 143 0 1 102 263 142 21
Binary 1 1010110 1010101 1100011 0 1 1000010 10110011 1100010 10001

Color Harmonies of #015655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015655

Black with #015655

Text Example


Text Example

White with #015655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015655; }

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

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

background-color css

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

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

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

border-color css

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

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

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