Html Css Color HEX #015554 Mosque

📋 copy color: '#015554'

red 1 ◦ green 85 ◦ blue 84

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

Shades of Mosque #015554

Tints of Mosque #015554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 50%

 BLUE value IS 84 (33.2% from 255) = 49.41%

R = 0.59%
G = 50%
B = 49.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#015554 (or 0x015554) is known color: Mosque. HEX triplet: 01, 55 and 54. RGB value is (1,85,84). Sum of RGB (Red+Green+Blue) = 1+85+84=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #015554 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015554 is #FEAAAB. Grayscale: #3B3B3B. Windows color (decimal): -16689836 or 5526785. OLE color: 5526785.

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

Color convert

RGB 1 85 84 -
CMYK 0.99 0 0.01 0.67
HSL 179.29º 0.98% 0.17% -
HSV(B) 179.29º 0.99% 0.33% -
XYZ 4.86 7.14 9.51 -
YUV 59.77 141.67 86.08 -
System Red Green Blue C M Y K H S L
Decimal 1 85 84 0.99 0 0.01 0.67 179.29 0.98 0.17
Hex 1 55 54 63 0 1 43 B3 62 11
Octal 1 125 124 143 0 1 103 263 142 21
Binary 1 1010101 1010100 1100011 0 1 1000011 10110011 1100010 10001

Color Harmonies of #015554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015554

Black with #015554

Text Example


Text Example

White with #015554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015554; }

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

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

background-color css

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

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

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

border-color css

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

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

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