Html Css Color HEX #095B57 Mosque

📋 copy color: '#095B57'

red 9 ◦ green 91 ◦ blue 87

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

Shades of Mosque #095B57

Tints of Mosque #095B57

RGB

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

 GREEN value IS 91 (35.94% from 255) = 48.66%

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

R = 4.81%
G = 48.66%
B = 46.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.64

RGB Variations

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

Color information

#095B57 (or 0x095B57) is known color: Mosque. HEX triplet: 09, 5B and 57. RGB value is (9,91,87). Sum of RGB (Red+Green+Blue) = 9+91+87=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 91 (35.94% from 255 or 48.66% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 91 - color contains mainly: green. Hex color #095B57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095B57 is #F6A4A8. Grayscale: #414141. Windows color (decimal): -16164009 or 5724937. OLE color: 5724937.

HSL color Cylindrical-coordinate representation of color #095B57: hue angle of 177.07º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095B57 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 91 87 -
CMYK 0.90 0 0.04 0.64
HSL 177.07º 0.82% 0.2% -
HSV(B) 177.07º 0.9% 0.36% -
XYZ 5.57 8.23 10.31 -
YUV 66.03 139.83 87.33 -
System Red Green Blue C M Y K H S L
Decimal 9 91 87 0.90 0 0.04 0.64 177.07 0.82 0.2
Hex 9 5B 57 5A 0 4 40 B1 52 14
Octal 11 133 127 132 0 4 100 261 122 24
Binary 1001 1011011 1010111 1011010 0 100 1000000 10110001 1010010 10100

Color Harmonies of #095B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095B57

Black with #095B57

Text Example


Text Example

White with #095B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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