Html Css Color HEX #53436E Meteorite

📋 copy color: '#53436E'

red 83 ◦ green 67 ◦ blue 110

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

Shades of Meteorite #53436E

Tints of Meteorite #53436E

RGB

 RED value IS 83 (32.81% from 255) = 31.92%

 GREEN value IS 67 (26.56% from 255) = 25.77%

 BLUE value IS 110 (43.36% from 255) = 42.31%

R = 31.92%
G = 25.77%
B = 42.31%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53436E (or 0x53436E) is known color: Meteorite. HEX triplet: 53, 43 and 6E. RGB value is (83,67,110). Sum of RGB (Red+Green+Blue) = 83+67+110=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 110 - color contains mainly: blue. Hex color #53436E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53436E is #ACBC91. Grayscale: #4C4C4C. Windows color (decimal): -11320466 or 7226195. OLE color: 7226195.

HSL color Cylindrical-coordinate representation of color #53436E: hue angle of 262.33º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53436E is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 67 110 -
CMYK 0.25 0.39 0 0.57
HSL 262.33º 0.24% 0.35% -
HSV(B) 262.33º 0.39% 0.43% -
XYZ 8.39 6.98 15.66 -
YUV 76.69 146.8 132.5 -
System Red Green Blue C M Y K H S L
Decimal 83 67 110 0.25 0.39 0 0.57 262.33 0.24 0.35
Hex 53 43 6E 19 27 0 39 106 18 23
Octal 123 103 156 31 47 0 71 406 30 43
Binary 1010011 1000011 1101110 11001 100111 0 111001 100000110 11000 100011

Color Harmonies of #53436E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53436E

Black with #53436E

Text Example


Text Example

White with #53436E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,67,110); }

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

background-color css

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

 a { background-color: rgb(83,67,110); }

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

border-color css

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

 span { border-color: rgb(83,67,110); }

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