#00585A

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

Shades of Mosque #00585A

Tints of Mosque #00585A

Color information

#00585A (or 0x00585A) is unknown color: approx Mosque. HEX triplet: 00, 58 and 5A. RGB value is (0,88,90). Sum of RGB (Red+Green+Blue) = 0+88+90=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 88 (34.77% from 255 or 49.44% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #00585A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00585A is #FFA7A5. Grayscale: #3D3D3D. Windows color (decimal): -16754598 or 5920768. OLE color: 5920768.

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

Color convert

RGB08890-
CMYK10.0200.65
HSL181.33º100%17.65%-
HSV(B)181.33º100%35.29%-
XYZ5.347.7210.88-
YUV61.92143.8583.84-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 88 (34.77% from 255) = 49.44%
BLUE value IS 90 (35.55% from 255) = 50.56%
R=0%
G=49.44%
B=50.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0889010.0200.65181.3310017.65
Hex0585A642041b56412
Octal01301321442010126514422
Binary0101100010110101100100100100000110110101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,88,90); }

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

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

 a { background-color: rgb(0,88,90); }

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

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

 span { border-color: rgb(0,88,90); }

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