Html Css Color HEX #00585E Mosque

📋 copy color: '#00585E'

red 0 ◦ green 88 ◦ blue 94

#00585E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #00585E

Tints of Mosque #00585E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 88 (34.77% from 255) = 48.35%

 BLUE value IS 94 (37.11% from 255) = 51.65%

R = 0%
G = 48.35%
B = 51.65%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#00585E (or 0x00585E) is known color: Mosque. HEX triplet: 00, 58 and 5E. RGB value is (0,88,94). Sum of RGB (Red+Green+Blue) = 0+88+94=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 88 (34.77% from 255 or 48.35% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #00585E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00585E is #FFA7A1. Grayscale: #3E3E3E. Windows color (decimal): -16754594 or 6182912. OLE color: 6182912.

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

Color convert

RGB 0 88 94 -
CMYK 1 0.06 0 0.63
HSL 183.83º 1% 0.18% -
HSV(B) 183.83º 1% 0.37% -
XYZ 5.51 7.79 11.8 -
YUV 62.37 145.85 83.51 -
System Red Green Blue C M Y K H S L
Decimal 0 88 94 1 0.06 0 0.63 183.83 1 0.18
Hex 0 58 5E 64 6 0 3F B8 64 12
Octal 0 130 136 144 6 0 77 270 144 22
Binary 0 1011000 1011110 1100100 110 0 111111 10111000 1100100 10010

Color Harmonies of #00585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00585E

Black with #00585E

Text Example


Text Example

White with #00585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00585E;
 }
 .AnyTagClassName
 {
   color: #00585E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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