#00595C

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

Shades of Mosque #00595C

Tints of Mosque #00595C

Color information

#00595C (or 0x00595C) is unknown color: approx Mosque. HEX triplet: 00, 59 and 5C. RGB value is (0,89,92). Sum of RGB (Red+Green+Blue) = 0+89+92=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 89 (35.16% from 255 or 49.17% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #00595C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00595C is #FFA6A3. Grayscale: #3E3E3E. Windows color (decimal): -16754340 or 6052096. OLE color: 6052096.

HSL color Cylindrical-coordinate representation of color #00595C: hue angle of 181.96º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00595C is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB08992-
CMYK10.0300.64
HSL181.96º100%18.04%-
HSV(B)181.96º100%36.08%-
XYZ5.57.9211.36-
YUV62.73144.5183.26-

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) = 49.17%
BLUE value IS 92 (36.33% from 255) = 50.83%
R=0%
G=49.17%
B=50.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0899210.0300.64181.9610018.04
Hex0595C643040b66412
Octal01311341443010026614422
Binary0101100110111001100100110100000010110110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00595C; }

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

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

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

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

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

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

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

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