#0B5F57

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

Shades of Mosque #0B5F57

Tints of Mosque #0B5F57

Color information

#0B5F57 (or 0x0B5F57) is unknown color: approx Mosque. HEX triplet: 0B, 5F and 57. RGB value is (11,95,87). Sum of RGB (Red+Green+Blue) = 11+95+87=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 95 (37.5% from 255 or 49.22% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 95 - color contains mainly: green. Hex color #0B5F57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5F57 is #F4A0A8. Grayscale: #444444. Windows color (decimal): -16031913 or 5725963. OLE color: 5725963.

HSL color Cylindrical-coordinate representation of color #0B5F57: hue angle of 174.29º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5F57 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.63.

Color convert

RGB119587-
CMYK0.8800.080.63
HSL174.29º79.25%20.78%-
HSV(B)174.29º88.42%37.25%-
XYZ5.958.9410.43-
YUV68.97138.1786.65-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.70%
GREEN value IS 95 (37.5% from 255) = 49.22%
BLUE value IS 87 (34.38% from 255) = 45.08%
R=5.70%
G=49.22%
B=45.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1195870.8800.080.63174.2979.2520.78
HexB5F5758083Fae4f15
Octal131371271300107725611725
Binary10111011111101011110110000100011111110101110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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