Html Css Color HEX #00535C Mosque

📋 copy color: '#00535C'

red 0 ◦ green 83 ◦ blue 92

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

Shades of Mosque #00535C

Tints of Mosque #00535C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 52.57%

R = 0%
G = 47.43%
B = 52.57%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00535C (or 0x00535C) is known color: Mosque. HEX triplet: 00, 53 and 5C. RGB value is (0,83,92). Sum of RGB (Red+Green+Blue) = 0+83+92=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #00535C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00535C is #FFACA3. Grayscale: #3B3B3B. Windows color (decimal): -16755876 or 6050560. OLE color: 6050560.

HSL color Cylindrical-coordinate representation of color #00535C: hue angle of 185.87º 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 #00535C is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 83 92 -
CMYK 1 0.10 0 0.64
HSL 185.87º 1% 0.18% -
HSV(B) 185.87º 1% 0.36% -
XYZ 5.03 6.96 11.2 -
YUV 59.21 146.5 85.77 -
System Red Green Blue C M Y K H S L
Decimal 0 83 92 1 0.10 0 0.64 185.87 1 0.18
Hex 0 53 5C 64 A 0 40 BA 64 12
Octal 0 123 134 144 12 0 100 272 144 22
Binary 0 1010011 1011100 1100100 1010 0 1000000 10111010 1100100 10010

Color Harmonies of #00535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00535C

Black with #00535C

Text Example


Text Example

White with #00535C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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