Html Css Color HEX #085F5A Mosque

📋 copy color: '#085F5A'

red 8 ◦ green 95 ◦ blue 90

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

Shades of Mosque #085F5A

Tints of Mosque #085F5A

RGB

 RED value IS 8 (3.52% from 255) = 4.15%

 GREEN value IS 95 (37.5% from 255) = 49.22%

 BLUE value IS 90 (35.55% from 255) = 46.63%

R = 4.15%
G = 49.22%
B = 46.63%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#085F5A (or 0x085F5A) is known color: Mosque. HEX triplet: 08, 5F and 5A. RGB value is (8,95,90). Sum of RGB (Red+Green+Blue) = 8+95+90=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 95 (37.5% from 255 or 49.22% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 95 - color contains mainly: green. Hex color #085F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085F5A is #F7A0A5. Grayscale: #444444. Windows color (decimal): -16228518 or 5922568. OLE color: 5922568.

HSL color Cylindrical-coordinate representation of color #085F5A: hue angle of 176.55º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085F5A is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 95 90 -
CMYK 0.92 0 0.05 0.63
HSL 176.55º 0.84% 0.2% -
HSV(B) 176.55º 0.92% 0.37% -
XYZ 6.04 8.97 11.09 -
YUV 68.42 140.18 84.91 -
System Red Green Blue C M Y K H S L
Decimal 8 95 90 0.92 0 0.05 0.63 176.55 0.84 0.2
Hex 8 5F 5A 5C 0 5 3F B1 54 14
Octal 10 137 132 134 0 5 77 261 124 24
Binary 1000 1011111 1011010 1011100 0 101 111111 10110001 1010100 10100

Color Harmonies of #085F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085F5A

Black with #085F5A

Text Example


Text Example

White with #085F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085F5A; }

 p { color: rgb(8,95,90); }

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

background-color css

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

 a { background-color: rgb(8,95,90); }

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

border-color css

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

 span { border-color: rgb(8,95,90); }

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