Html Css Color HEX #095A56 Mosque

📋 copy color: '#095A56'

red 9 ◦ green 90 ◦ blue 86

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

Shades of Mosque #095A56

Tints of Mosque #095A56

RGB

 RED value IS 9 (3.91% from 255) = 4.86%

 GREEN value IS 90 (35.55% from 255) = 48.65%

 BLUE value IS 86 (33.98% from 255) = 46.49%

R = 4.86%
G = 48.65%
B = 46.49%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#095A56 (or 0x095A56) is known color: Mosque. HEX triplet: 09, 5A and 56. RGB value is (9,90,86). Sum of RGB (Red+Green+Blue) = 9+90+86=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 90 (35.55% from 255 or 48.65% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 90 - color contains mainly: green. Hex color #095A56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A56 is #F6A5A9. Grayscale: #414141. Windows color (decimal): -16164266 or 5659145. OLE color: 5659145.

HSL color Cylindrical-coordinate representation of color #095A56: hue angle of 177.04º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095A56 is Cyan = 0.9, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 90 86 -
CMYK 0.9 0 0.04 0.65
HSL 177.04º 0.82% 0.19% -
HSV(B) 177.04º 0.9% 0.35% -
XYZ 5.45 8.04 10.07 -
YUV 65.33 139.66 87.83 -
System Red Green Blue C M Y K H S L
Decimal 9 90 86 0.9 0 0.04 0.65 177.04 0.82 0.19
Hex 9 5A 56 5A 0 4 41 B1 52 13
Octal 11 132 126 132 0 4 101 261 122 23
Binary 1001 1011010 1010110 1011010 0 100 1000001 10110001 1010010 10011

Color Harmonies of #095A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A56

Black with #095A56

Text Example


Text Example

White with #095A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095A56; }

 p { color: rgb(9,90,86); }

 H1.HeaderClassName
 {
   color: #095A56;
 }
 .AnyTagClassName
 {
   color: #095A56;
 }
</style>

background-color css

<style>
 a { background-color: #095A56; }

 a { background-color: rgb(9,90,86); }

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

border-color css

<style>
 span { border-color: #095A56; }

 span { border-color: rgb(9,90,86); }

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