#0B5B57

Color #0B5B57 Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #0B5B57

Tints of Mosque #0B5B57

Color information

#0B5B57 (or 0x0B5B57) is unknown color: approx Mosque. HEX triplet: 0B, 5B and 57. RGB value is (11,91,87). Sum of RGB (Red+Green+Blue) = 11+91+87=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 91 (35.94% from 255 or 48.15% from 189); Blue value is 87 (34.38% from 255 or 46.03% from 189); Max value from RGB is 91 - color contains mainly: green. Hex color #0B5B57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5B57 is #F4A4A8. Grayscale: #424242. Windows color (decimal): -16032937 or 5724939. OLE color: 5724939.

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

Color convert

RGB119187-
CMYK0.8800.040.64
HSL177º78.43%20%-
HSV(B)177º87.91%35.69%-
XYZ5.68.2410.31-
YUV66.62139.588.33-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.82%
GREEN value IS 91 (35.94% from 255) = 48.15%
BLUE value IS 87 (34.38% from 255) = 46.03%
R=5.82%
G=48.15%
B=46.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1191870.8800.040.6417778.4320
HexB5B57580440b14e14
Octal131331271300410026111624
Binary10111011011101011110110000100100000010110001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B5B57; }

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

 H1.HeaderClassName
 {
   color: #0B5B57;
 }
 .AnyTagClassName
 {
   color: #0B5B57;
 }
</style>
background-color css

<style>
 a { background-color: #0B5B57; }

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

 div.DivClassName
 {
   background-color: #0B5B57;
 }
 .BgClassName
 {
   background-color: #0B5B57;
 }
</style>
border-color css

<style>
 span { border-color: #0B5B57; }

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

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