#06555B

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

Shades of Mosque #06555B

Tints of Mosque #06555B

Color information

#06555B (or 0x06555B) is unknown color: approx Mosque. HEX triplet: 06, 55 and 5B. RGB value is (6,85,91). Sum of RGB (Red+Green+Blue) = 6+85+91=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #06555B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06555B is #F9AAA4. Grayscale: #3D3D3D. Windows color (decimal): -16362149 or 5985542. OLE color: 5985542.

HSL color Cylindrical-coordinate representation of color #06555B: hue angle of 184.24º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06555B is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB68591-
CMYK0.930.0700.64
HSL184.24º87.63%19.02%-
HSV(B)184.24º93.41%35.69%-
XYZ5.217.2911.03-
YUV62.06144.3388.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.30%
GREEN value IS 85 (33.59% from 255) = 46.70%
BLUE value IS 91 (35.94% from 255) = 50%
R=3.30%
G=46.70%
B=50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal685910.930.0700.64184.2487.6319.02
Hex6555B5D7040b85813
Octal61251331357010027013023
Binary1101010101101101110111011110100000010111000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06555B; }

 p { color: rgb(6,85,91); }

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

<style>
 a { background-color: #06555B; }

 a { background-color: rgb(6,85,91); }

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

<style>
 span { border-color: #06555B; }

 span { border-color: rgb(6,85,91); }

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