Html Css Color HEX #015955 Mosque

📋 copy color: '#015955'

red 1 ◦ green 89 ◦ blue 85

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

Shades of Mosque #015955

Tints of Mosque #015955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.86%

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

R = 0.57%
G = 50.86%
B = 48.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#015955 (or 0x015955) is known color: Mosque. HEX triplet: 01, 59 and 55. RGB value is (1,89,85). Sum of RGB (Red+Green+Blue) = 1+89+85=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #015955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015955 is #FEA6AA. Grayscale: #3E3E3E. Windows color (decimal): -16688811 or 5593345. OLE color: 5593345.

HSL color Cylindrical-coordinate representation of color #015955: hue angle of 177.27º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015955 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 89 85 -
CMYK 0.99 0 0.04 0.65
HSL 177.27º 0.98% 0.18% -
HSV(B) 177.27º 0.99% 0.35% -
XYZ 5.22 7.81 9.83 -
YUV 62.23 140.85 84.33 -
System Red Green Blue C M Y K H S L
Decimal 1 89 85 0.99 0 0.04 0.65 177.27 0.98 0.18
Hex 1 59 55 63 0 4 41 B1 62 12
Octal 1 131 125 143 0 4 101 261 142 22
Binary 1 1011001 1010101 1100011 0 100 1000001 10110001 1100010 10010

Color Harmonies of #015955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015955

Black with #015955

Text Example


Text Example

White with #015955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015955; }

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

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

background-color css

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

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

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

border-color css

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

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

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