#0B5B58

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

Shades of Mosque #0B5B58

Tints of Mosque #0B5B58

Color information

#0B5B58 (or 0x0B5B58) is unknown color: approx Mosque. HEX triplet: 0B, 5B and 58. RGB value is (11,91,88). Sum of RGB (Red+Green+Blue) = 11+91+88=190 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.79% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 91 - color contains mainly: green. Hex color #0B5B58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5B58 is #F4A4A7. Grayscale: #424242. Windows color (decimal): -16032936 or 5790475. OLE color: 5790475.

HSL color Cylindrical-coordinate representation of color #0B5B58: hue angle of 177.75º 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 #0B5B58 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB119188-
CMYK0.8800.030.64
HSL177.75º78.43%20%-
HSV(B)177.75º87.91%35.69%-
XYZ5.648.2610.53-
YUV66.7414088.24-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.79%
GREEN value IS 91 (35.94% from 255) = 47.89%
BLUE value IS 88 (34.77% from 255) = 46.32%
R=5.79%
G=47.89%
B=46.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1191880.8800.030.64177.7578.4320
HexB5B58580340b24e14
Octal131331301300310026211624
Binary1011101101110110001011000011100000010110010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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