Html Css Color HEX #095A57 Mosque

📋 copy color: '#095A57'

red 9 ◦ green 90 ◦ blue 87

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

Shades of Mosque #095A57

Tints of Mosque #095A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 46.77%

R = 4.84%
G = 48.39%
B = 46.77%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#095A57 (or 0x095A57) is known color: Mosque. HEX triplet: 09, 5A and 57. RGB value is (9,90,87). Sum of RGB (Red+Green+Blue) = 9+90+87=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 90 (35.55% from 255 or 48.39% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 90 - color contains mainly: green. Hex color #095A57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A57 is #F6A5A8. Grayscale: #414141. Windows color (decimal): -16164265 or 5724681. OLE color: 5724681.

HSL color Cylindrical-coordinate representation of color #095A57: hue angle of 177.78º 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 #095A57 is Cyan = 0.9, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 90 87 -
CMYK 0.9 0 0.03 0.65
HSL 177.78º 0.82% 0.19% -
HSV(B) 177.78º 0.9% 0.35% -
XYZ 5.49 8.06 10.28 -
YUV 65.44 140.16 87.74 -
System Red Green Blue C M Y K H S L
Decimal 9 90 87 0.9 0 0.03 0.65 177.78 0.82 0.19
Hex 9 5A 57 5A 0 3 41 B2 52 13
Octal 11 132 127 132 0 3 101 262 122 23
Binary 1001 1011010 1010111 1011010 0 11 1000001 10110010 1010010 10011

Color Harmonies of #095A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A57

Black with #095A57

Text Example


Text Example

White with #095A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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