#05665A

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

Shades of Mosque #05665A

Tints of Mosque #05665A

Color information

#05665A (or 0x05665A) is unknown color: approx Mosque. HEX triplet: 05, 66 and 5A. RGB value is (5,102,90). Sum of RGB (Red+Green+Blue) = 5+102+90=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 102 (40.23% from 255 or 51.78% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 102 - color contains mainly: green. Hex color #05665A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05665A is #FA99A5. Grayscale: #474747. Windows color (decimal): -16423334 or 5924357. OLE color: 5924357.

HSL color Cylindrical-coordinate representation of color #05665A: hue angle of 172.58º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05665A is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB510290-
CMYK0.9500.120.6
HSL172.58º90.65%20.98%-
HSV(B)172.58º95.1%40%-
XYZ6.6610.2711.3-
YUV71.63138.3680.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 102 (40.23% from 255) = 51.78%
BLUE value IS 90 (35.55% from 255) = 45.69%
R=2.54%
G=51.78%
B=45.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5102900.9500.120.6172.5890.6520.98
Hex5665A5F0C3Cad5b15
Octal51461321370147425513325
Binary1011100110101101010111110110011110010101101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05665A; }

 p { color: rgb(5,102,90); }

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

<style>
 a { background-color: #05665A; }

 a { background-color: rgb(5,102,90); }

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

<style>
 span { border-color: #05665A; }

 span { border-color: rgb(5,102,90); }

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