#005952

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

Shades of Mosque #005952

Tints of Mosque #005952

Color information

#005952 (or 0x005952) is unknown color: approx Mosque. HEX triplet: 00, 59 and 52. RGB value is (0,89,82). Sum of RGB (Red+Green+Blue) = 0+89+82=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 89 (35.16% from 255 or 52.05% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 89 - color contains mainly: green. Hex color #005952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005952 is #FFA6AD. Grayscale: #3D3D3D. Windows color (decimal): -16754350 or 5396736. OLE color: 5396736.

HSL color Cylindrical-coordinate representation of color #005952: hue angle of 175.28º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005952 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB08982-
CMYK100.080.65
HSL175.28º100%17.45%-
HSV(B)175.28º100%34.9%-
XYZ5.17.759.21-
YUV61.59139.5184.07-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 89 (35.16% from 255) = 52.05%
BLUE value IS 82 (32.42% from 255) = 47.95%
R=0%
G=52.05%
B=47.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal08982100.080.65175.2810017.45
Hex05952640841af6411
Octal013112214401010125714421
Binary010110011010010110010001000100000110101111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005952; }

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

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

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

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

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

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

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

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