Html Css Color HEX #085C61 Mosque

📋 copy color: '#085C61'

red 8 ◦ green 92 ◦ blue 97

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

Shades of Mosque #085C61

Tints of Mosque #085C61

RGB

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

 GREEN value IS 92 (36.33% from 255) = 46.7%

 BLUE value IS 97 (38.28% from 255) = 49.24%

R = 4.06%
G = 46.7%
B = 49.24%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#085C61 (or 0x085C61) is known color: Mosque. HEX triplet: 08, 5C and 61. RGB value is (8,92,97). Sum of RGB (Red+Green+Blue) = 8+92+97=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 92 (36.33% from 255 or 46.70% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #085C61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C61 is #F7A39E. Grayscale: #434343. Windows color (decimal): -16229279 or 6380552. OLE color: 6380552.

HSL color Cylindrical-coordinate representation of color #085C61: hue angle of 183.37º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085C61 is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 92 97 -
CMYK 0.92 0.05 0 0.62
HSL 183.37º 0.85% 0.21% -
HSV(B) 183.37º 0.92% 0.38% -
XYZ 6.08 8.57 12.64 -
YUV 67.45 144.67 85.59 -
System Red Green Blue C M Y K H S L
Decimal 8 92 97 0.92 0.05 0 0.62 183.37 0.85 0.21
Hex 8 5C 61 5C 5 0 3E B7 55 15
Octal 10 134 141 134 5 0 76 267 125 25
Binary 1000 1011100 1100001 1011100 101 0 111110 10110111 1010101 10101

Color Harmonies of #085C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085C61

Black with #085C61

Text Example


Text Example

White with #085C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,92,97); }

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

background-color css

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

 a { background-color: rgb(8,92,97); }

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

border-color css

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

 span { border-color: rgb(8,92,97); }

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