Html Css Color HEX #085D5F Mosque

📋 copy color: '#085D5F'

red 8 ◦ green 93 ◦ blue 95

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

Shades of Mosque #085D5F

Tints of Mosque #085D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 48.47%

R = 4.08%
G = 47.45%
B = 48.47%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#085D5F (or 0x085D5F) is known color: Mosque. HEX triplet: 08, 5D and 5F. RGB value is (8,93,95). Sum of RGB (Red+Green+Blue) = 8+93+95=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #085D5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085D5F is #F7A2A0. Grayscale: #434343. Windows color (decimal): -16229025 or 6249736. OLE color: 6249736.

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

Color convert

RGB 8 93 95 -
CMYK 0.92 0.02 0 0.63
HSL 181.38º 0.84% 0.2% -
HSV(B) 181.38º 0.92% 0.37% -
XYZ 6.08 8.71 12.19 -
YUV 67.81 143.34 85.34 -
System Red Green Blue C M Y K H S L
Decimal 8 93 95 0.92 0.02 0 0.63 181.38 0.84 0.2
Hex 8 5D 5F 5C 2 0 3F B5 54 14
Octal 10 135 137 134 2 0 77 265 124 24
Binary 1000 1011101 1011111 1011100 10 0 111111 10110101 1010100 10100

Color Harmonies of #085D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085D5F

Black with #085D5F

Text Example


Text Example

White with #085D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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