Html Css Color HEX #085C63 Mosque

📋 copy color: '#085C63'

red 8 ◦ green 92 ◦ blue 99

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

Shades of Mosque #085C63

Tints of Mosque #085C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 49.75%

R = 4.02%
G = 46.23%
B = 49.75%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#085C63 (or 0x085C63) is known color: Mosque. HEX triplet: 08, 5C and 63. RGB value is (8,92,99). Sum of RGB (Red+Green+Blue) = 8+92+99=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #085C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C63 is #F7A39C. Grayscale: #434343. Windows color (decimal): -16229277 or 6511624. OLE color: 6511624.

HSL color Cylindrical-coordinate representation of color #085C63: hue angle of 184.62º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085C63 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 92 99 -
CMYK 0.92 0.07 0 0.61
HSL 184.62º 0.85% 0.21% -
HSV(B) 184.62º 0.92% 0.39% -
XYZ 6.18 8.61 13.14 -
YUV 67.68 145.67 85.43 -
System Red Green Blue C M Y K H S L
Decimal 8 92 99 0.92 0.07 0 0.61 184.62 0.85 0.21
Hex 8 5C 63 5C 7 0 3D B9 55 15
Octal 10 134 143 134 7 0 75 271 125 25
Binary 1000 1011100 1100011 1011100 111 0 111101 10111001 1010101 10101

Color Harmonies of #085C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085C63

Black with #085C63

Text Example


Text Example

White with #085C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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