Html Css Color HEX #08595A Mosque

📋 copy color: '#08595A'

red 8 ◦ green 89 ◦ blue 90

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

Shades of Mosque #08595A

Tints of Mosque #08595A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 47.59%

 BLUE value IS 90 (35.55% from 255) = 48.13%

R = 4.28%
G = 47.59%
B = 48.13%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#08595A (or 0x08595A) is known color: Mosque. HEX triplet: 08, 59 and 5A. RGB value is (8,89,90). Sum of RGB (Red+Green+Blue) = 8+89+90=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #08595A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08595A is #F7A6A5. Grayscale: #404040. Windows color (decimal): -16230054 or 5921032. OLE color: 5921032.

HSL color Cylindrical-coordinate representation of color #08595A: hue angle of 180.73º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08595A is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 89 90 -
CMYK 0.91 0.01 0 0.65
HSL 180.73º 0.84% 0.19% -
HSV(B) 180.73º 0.91% 0.35% -
XYZ 5.52 7.93 10.91 -
YUV 64.9 142.16 87.42 -
System Red Green Blue C M Y K H S L
Decimal 8 89 90 0.91 0.01 0 0.65 180.73 0.84 0.19
Hex 8 59 5A 5B 1 0 41 B5 54 13
Octal 10 131 132 133 1 0 101 265 124 23
Binary 1000 1011001 1011010 1011011 1 0 1000001 10110101 1010100 10011

Color Harmonies of #08595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08595A

Black with #08595A

Text Example


Text Example

White with #08595A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08595A; }

 p { color: rgb(8,89,90); }

 H1.HeaderClassName
 {
   color: #08595A;
 }
 .AnyTagClassName
 {
   color: #08595A;
 }
</style>

background-color css

<style>
 a { background-color: #08595A; }

 a { background-color: rgb(8,89,90); }

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

border-color css

<style>
 span { border-color: #08595A; }

 span { border-color: rgb(8,89,90); }

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