Html Css Color HEX #085F52 Mosque

📋 copy color: '#085F52'

red 8 ◦ green 95 ◦ blue 82

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

Shades of Mosque #085F52

Tints of Mosque #085F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 44.32%

R = 4.32%
G = 51.35%
B = 44.32%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.63

RGB Variations

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

Color information

#085F52 (or 0x085F52) is known color: Mosque. HEX triplet: 08, 5F and 52. RGB value is (8,95,82). Sum of RGB (Red+Green+Blue) = 8+95+82=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 95 (37.5% from 255 or 51.35% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 95 - color contains mainly: green. Hex color #085F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085F52 is #F7A0AD. Grayscale: #434343. Windows color (decimal): -16228526 or 5398280. OLE color: 5398280.

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

Color convert

RGB 8 95 82 -
CMYK 0.92 0 0.14 0.63
HSL 171.03º 0.84% 0.2% -
HSV(B) 171.03º 0.92% 0.37% -
XYZ 5.72 8.85 9.39 -
YUV 67.51 136.18 85.56 -
System Red Green Blue C M Y K H S L
Decimal 8 95 82 0.92 0 0.14 0.63 171.03 0.84 0.2
Hex 8 5F 52 5C 0 E 3F AB 54 14
Octal 10 137 122 134 0 16 77 253 124 24
Binary 1000 1011111 1010010 1011100 0 1110 111111 10101011 1010100 10100

Color Harmonies of #085F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085F52

Black with #085F52

Text Example


Text Example

White with #085F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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