#005260

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

Shades of Mosque #005260

Tints of Mosque #005260

Color information

#005260 (or 0x005260) is unknown color: approx Mosque. HEX triplet: 00, 52 and 60. RGB value is (0,82,96). Sum of RGB (Red+Green+Blue) = 0+82+96=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #005260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005260 is #FFAD9F. Grayscale: #3A3A3A. Windows color (decimal): -16756128 or 6312448. OLE color: 6312448.

HSL color Cylindrical-coordinate representation of color #005260: hue angle of 188.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005260 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB08296-
CMYK10.1500.62
HSL188.75º100%18.82%-
HSV(B)188.75º100%37.65%-
XYZ5.136.8812.12-
YUV59.08148.8385.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 82 (32.42% from 255) = 46.07%
BLUE value IS 96 (37.89% from 255) = 53.93%
R=0%
G=46.07%
B=53.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0829610.1500.62188.7510018.82
Hex0526064F03Ebd6413
Octal01221401441707627514423
Binary01010010110000011001001111011111010111101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005260; }

 p { color: rgb(0,82,96); }

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

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

 a { background-color: rgb(0,82,96); }

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

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

 span { border-color: rgb(0,82,96); }

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