Html Css Color HEX #085C59 Mosque

📋 copy color: '#085C59'

red 8 ◦ green 92 ◦ blue 89

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

Shades of Mosque #085C59

Tints of Mosque #085C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 47.09%

R = 4.23%
G = 48.68%
B = 47.09%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#085C59 (or 0x085C59) is known color: Mosque. HEX triplet: 08, 5C and 59. RGB value is (8,92,89). Sum of RGB (Red+Green+Blue) = 8+92+89=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 92 (36.33% from 255 or 48.68% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 92 - color contains mainly: green. Hex color #085C59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C59 is #F7A3A6. Grayscale: #424242. Windows color (decimal): -16229287 or 5856264. OLE color: 5856264.

HSL color Cylindrical-coordinate representation of color #085C59: hue angle of 177.86º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085C59 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 92 89 -
CMYK 0.91 0 0.03 0.64
HSL 177.86º 0.84% 0.2% -
HSV(B) 177.86º 0.91% 0.36% -
XYZ 5.73 8.43 10.78 -
YUV 66.54 140.67 86.24 -
System Red Green Blue C M Y K H S L
Decimal 8 92 89 0.91 0 0.03 0.64 177.86 0.84 0.2
Hex 8 5C 59 5B 0 3 40 B2 54 14
Octal 10 134 131 133 0 3 100 262 124 24
Binary 1000 1011100 1011001 1011011 0 11 1000000 10110010 1010100 10100

Color Harmonies of #085C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085C59

Black with #085C59

Text Example


Text Example

White with #085C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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