Html Css Color HEX #085F53 Mosque

📋 copy color: '#085F53'

red 8 ◦ green 95 ◦ blue 83

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

Shades of Mosque #085F53

Tints of Mosque #085F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 44.62%

R = 4.3%
G = 51.08%
B = 44.62%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.63

RGB Variations

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

Color information

#085F53 (or 0x085F53) is known color: Mosque. HEX triplet: 08, 5F and 53. RGB value is (8,95,83). Sum of RGB (Red+Green+Blue) = 8+95+83=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 95 (37.5% from 255 or 51.08% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 95 - color contains mainly: green. Hex color #085F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085F53 is #F7A0AC. Grayscale: #434343. Windows color (decimal): -16228525 or 5463816. OLE color: 5463816.

HSL color Cylindrical-coordinate representation of color #085F53: hue angle of 171.72º 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 #085F53 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 95 83 -
CMYK 0.92 0 0.13 0.63
HSL 171.72º 0.84% 0.2% -
HSV(B) 171.72º 0.92% 0.37% -
XYZ 5.75 8.86 9.59 -
YUV 67.62 136.68 85.48 -
System Red Green Blue C M Y K H S L
Decimal 8 95 83 0.92 0 0.13 0.63 171.72 0.84 0.2
Hex 8 5F 53 5C 0 D 3F AC 54 14
Octal 10 137 123 134 0 15 77 254 124 24
Binary 1000 1011111 1010011 1011100 0 1101 111111 10101100 1010100 10100

Color Harmonies of #085F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085F53

Black with #085F53

Text Example


Text Example

White with #085F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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