Html Css Color HEX #00535F Mosque

📋 copy color: '#00535F'

red 0 ◦ green 83 ◦ blue 95

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

Shades of Mosque #00535F

Tints of Mosque #00535F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.63%

 BLUE value IS 95 (37.5% from 255) = 53.37%

R = 0%
G = 46.63%
B = 53.37%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#00535F (or 0x00535F) is known color: Mosque. HEX triplet: 00, 53 and 5F. RGB value is (0,83,95). Sum of RGB (Red+Green+Blue) = 0+83+95=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #00535F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00535F is #FFACA0. Grayscale: #3B3B3B. Windows color (decimal): -16755873 or 6247168. OLE color: 6247168.

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

Color convert

RGB 0 83 95 -
CMYK 1 0.13 0 0.63
HSL 187.58º 1% 0.19% -
HSV(B) 187.58º 1% 0.37% -
XYZ 5.16 7.01 11.91 -
YUV 59.55 148 85.52 -
System Red Green Blue C M Y K H S L
Decimal 0 83 95 1 0.13 0 0.63 187.58 1 0.19
Hex 0 53 5F 64 D 0 3F BC 64 13
Octal 0 123 137 144 15 0 77 274 144 23
Binary 0 1010011 1011111 1100100 1101 0 111111 10111100 1100100 10011

Color Harmonies of #00535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00535F

Black with #00535F

Text Example


Text Example

White with #00535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00535F; }

 p { color: rgb(0,83,95); }

 H1.HeaderClassName
 {
   color: #00535F;
 }
 .AnyTagClassName
 {
   color: #00535F;
 }
</style>

background-color css

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

 a { background-color: rgb(0,83,95); }

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

border-color css

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

 span { border-color: rgb(0,83,95); }

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