Html Css Color HEX #085D52 Mosque

📋 copy color: '#085D52'

red 8 ◦ green 93 ◦ blue 82

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

Shades of Mosque #085D52

Tints of Mosque #085D52

RGB

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

 GREEN value IS 93 (36.72% from 255) = 50.82%

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

R = 4.37%
G = 50.82%
B = 44.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#085D52 (or 0x085D52) is known color: Mosque. HEX triplet: 08, 5D and 52. RGB value is (8,93,82). Sum of RGB (Red+Green+Blue) = 8+93+82=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 93 (36.72% from 255 or 50.82% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 93 - color contains mainly: green. Hex color #085D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085D52 is #F7A2AD. Grayscale: #424242. Windows color (decimal): -16229038 or 5397768. OLE color: 5397768.

HSL color Cylindrical-coordinate representation of color #085D52: hue angle of 172.24º 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 #085D52 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 93 82 -
CMYK 0.91 0 0.12 0.64
HSL 172.24º 0.84% 0.2% -
HSV(B) 172.24º 0.91% 0.36% -
XYZ 5.54 8.49 9.33 -
YUV 66.33 136.84 86.39 -
System Red Green Blue C M Y K H S L
Decimal 8 93 82 0.91 0 0.12 0.64 172.24 0.84 0.2
Hex 8 5D 52 5B 0 C 40 AC 54 14
Octal 10 135 122 133 0 14 100 254 124 24
Binary 1000 1011101 1010010 1011011 0 1100 1000000 10101100 1010100 10100

Color Harmonies of #085D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085D52

Black with #085D52

Text Example


Text Example

White with #085D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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